summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2002-12-27 19:15:07 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2002-12-27 19:15:07 -0800
commit05904b9785017fa79d9033ce83084e16623a3494 (patch)
treec6b15f976a4d1d779d3fe7d8562178d248cca12c /include
parentc58b83be663d9abaf38b711661ce97d75b94dadf (diff)
[PATCH] Sun-3 SBUS updates
Sun-3 SBUS updates (from Sam Creasey): - Rename struct linux_sbus_device to struct sbus_dev for source code compatibility with SPARC - Make sbus_init() an initcall
Diffstat (limited to 'include')
-rw-r--r--include/asm-m68k/sbus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-m68k/sbus.h b/include/asm-m68k/sbus.h
index ed76953cafb1..5dd2fac1b9ce 100644
--- a/include/asm-m68k/sbus.h
+++ b/include/asm-m68k/sbus.h
@@ -5,7 +5,7 @@
#ifndef __M68K_SBUS_H
#define __M68K_SBUS_H
-struct linux_sbus_device {
+struct sbus_dev {
struct {
unsigned int which_io;
unsigned int phys_addr;