diff options
-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 9be57d992695..e137b3c486a7 100644 --- a/include/linux/nubus.h +++ b/include/linux/nubus.h | |||
@@ -237,6 +237,7 @@ struct nubus_dirent | |||
237 | int mask; | 237 | int mask; |
238 | }; | 238 | }; |
239 | 239 | ||
240 | #ifdef __KERNEL__ | ||
240 | struct nubus_board { | 241 | struct nubus_board { |
241 | struct nubus_board* next; | 242 | struct nubus_board* next; |
242 | struct nubus_dev* first_dev; | 243 | struct nubus_dev* first_dev; |
@@ -296,7 +297,6 @@ struct nubus_dev { | |||
296 | struct nubus_board* board; | 297 | struct nubus_board* board; |
297 | }; | 298 | }; |
298 | 299 | ||
299 | #ifdef __KERNEL__ | ||
300 | /* This is all NuBus devices (used to find devices later on) */ | 300 | /* This is all NuBus devices (used to find devices later on) */ |
301 | extern struct nubus_dev* nubus_devices; | 301 | extern struct nubus_dev* nubus_devices; |
302 | /* This is all NuBus cards */ | 302 | /* This is all NuBus cards */ |