提交 5007b1fc 编写于 作者: J Jaswinder Singh Rajput

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: NJaswinder Singh Rajput <jaswinderrajput@gmail.com>
上级 f2cddb29
...@@ -237,6 +237,7 @@ struct nubus_dirent ...@@ -237,6 +237,7 @@ struct nubus_dirent
int mask; int mask;
}; };
#ifdef __KERNEL__
struct nubus_board { struct nubus_board {
struct nubus_board* next; struct nubus_board* next;
struct nubus_dev* first_dev; struct nubus_dev* first_dev;
...@@ -296,7 +297,6 @@ struct nubus_dev { ...@@ -296,7 +297,6 @@ struct nubus_dev {
struct nubus_board* board; struct nubus_board* board;
}; };
#ifdef __KERNEL__
/* This is all NuBus devices (used to find devices later on) */ /* This is all NuBus devices (used to find devices later on) */
extern struct nubus_dev* nubus_devices; extern struct nubus_dev* nubus_devices;
/* This is all NuBus cards */ /* This is all NuBus cards */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册