nubus: Fix up header split
Due to the '#ifdef __KERNEL__' being located in the wrong place, some
definitions from the kernel API were placed in the UAPI header during
the scripted header split. Fix this. Also, remove the duplicate comment
which is only relevant to the UAPI header.
Fixes: 607ca46e97
("UAPI: (Scripted) Disintegrate include/linux")
Tested-by: Stan Johnson <userm57@yahoo.com>
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:

committed by
Geert Uytterhoeven

parent
2f828fb21d
commit
1ff2775a32
@@ -221,27 +221,4 @@ enum nubus_display_res_id {
|
||||
NUBUS_RESID_SIXTHMODE = 0x0085
|
||||
};
|
||||
|
||||
struct nubus_dir
|
||||
{
|
||||
unsigned char *base;
|
||||
unsigned char *ptr;
|
||||
int done;
|
||||
int mask;
|
||||
};
|
||||
|
||||
struct nubus_dirent
|
||||
{
|
||||
unsigned char *base;
|
||||
unsigned char type;
|
||||
__u32 data; /* Actually 24bits used */
|
||||
int mask;
|
||||
};
|
||||
|
||||
|
||||
/* We'd like to get rid of this eventually. Only daynaport.c uses it now. */
|
||||
static inline void *nubus_slot_addr(int slot)
|
||||
{
|
||||
return (void *)(0xF0000000|(slot<<24));
|
||||
}
|
||||
|
||||
#endif /* _UAPILINUX_NUBUS_H */
|
||||
|
Reference in New Issue
Block a user