linuxkpi: Drop incompatible __deprecated definition
Probably all of these linuxkpi stubs should be '#ifndef' guarded, but maybe that would prevent people from noticing when they are defined. Introduced in r355759. For some reason I only ran a buildworld and not a kernel. Mea culpa. Reported by: Mark Millard X-MFC-with: r355759
This commit is contained in:
parent
cae007fcb7
commit
039992743e
@ -50,7 +50,6 @@
|
||||
#define __cond_lock(x,c) (c)
|
||||
#define __bitwise
|
||||
#define __devinitdata
|
||||
#define __deprecated
|
||||
#define __init
|
||||
#define __initconst
|
||||
#define __devinit
|
||||
|
Loading…
Reference in New Issue
Block a user