Skip to content

Commit

Permalink
headers_check fix cleanup: linux/nubus.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jaswinder Singh Rajput committed Feb 3, 2009
1 parent f2cddb2 commit 5007b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/nubus.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ struct nubus_dirent
int mask;
};

#ifdef __KERNEL__
struct nubus_board {
struct nubus_board* next;
struct nubus_dev* first_dev;
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit 5007b1f

Please sign in to comment.