diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-02-03 19:28:24 +0530 |
---|---|---|
committer | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-02-03 19:33:51 +0530 |
commit | 5007b1fc4ef2c1b496536b2f026353c1d44d92ef (patch) | |
tree | e444f38ae5424e290fe197d11e0a34fa88fb4965 | |
parent | f2cddb29ebfc02dfd2c4b439aa0433393ad15575 (diff) | |
download | op-kernel-dev-5007b1fc4ef2c1b496536b2f026353c1d44d92ef.zip op-kernel-dev-5007b1fc4ef2c1b496536b2f026353c1d44d92ef.tar.gz |
headers_check fix cleanup: linux/nubus.h
These are only for kernel internals as pointed by Arnd Bergmann:
struct nubus_board
struct nubus_dev
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
-rw-r--r-- | include/linux/nubus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nubus.h b/include/linux/nubus.h index 9be57d9..e137b3c 100644 --- a/include/linux/nubus.h +++ b/include/linux/nubus.h @@ -237,6 +237,7 @@ struct nubus_dirent int mask; }; +#ifdef __KERNEL__ struct nubus_board { struct nubus_board* next; struct nubus_dev* first_dev; @@ -296,7 +297,6 @@ struct nubus_dev { struct nubus_board* board; }; -#ifdef __KERNEL__ /* This is all NuBus devices (used to find devices later on) */ extern struct nubus_dev* nubus_devices; /* This is all NuBus cards */ |