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:
Conrad Meyer 2019-12-14 23:39:32 +00:00
parent 215332ffe7
commit 9d4710591b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=355760

View File

@ -50,7 +50,6 @@
#define __cond_lock(x,c) (c)
#define __bitwise
#define __devinitdata
#define __deprecated
#define __init
#define __initconst
#define __devinit