Skip to content

Commit

Permalink
Sparc: sparc_cpu_model isn't in asm/system.h any more [ver #2]
Browse files Browse the repository at this point in the history
sparc_cpu_model isn't in asm/system.h any more, so remove a comment
about it.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: "David S. Miller" <davem@davemloft.net>
cc: sparclinux@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
dhowells authored and davem330 committed Feb 20, 2014
1 parent a56b072 commit 967f038
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/sbus/char/jsflash.c
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,6 @@ static int jsflash_init(void)
}

/* Let us be really paranoid for modifications to probing code. */
/* extern enum sparc_cpu sparc_cpu_model; */ /* in <asm/system.h> */
if (sparc_cpu_model != sun4m) {
/* We must be on sun4m because we use MMU Bypass ASI. */
return -ENXIO;
Expand Down

0 comments on commit 967f038

Please sign in to comment.