[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-4.1-testing] unmodified_drivers: __devinit was removed in linux-3.8
# HG changeset patch # User Olaf Hering <olaf@xxxxxxxxx> # Date 1360848363 -3600 # Node ID de71e57ea21b9b6796e1c4ef2b3c38961b104b24 # Parent cb92e40d8681831fec9a6f71b7db45602cd95cf4 unmodified_drivers: __devinit was removed in linux-3.8 Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> Merge with __init handling. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> xen-unstable changeset: 26526:a37aa55c3cbc xen-unstable date: Tue Feb 12 10:29:51 UTC 2013 --- diff -r cb92e40d8681 -r de71e57ea21b unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h --- a/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h Tue Feb 12 13:33:19 2013 +0100 +++ b/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h Thu Feb 14 14:26:03 2013 +0100 @@ -13,10 +13,19 @@ #define DEFINE_SPINLOCK(x) spinlock_t x = SPIN_LOCK_UNLOCKED #endif -#if defined(_LINUX_INIT_H) && !defined(__init) +#ifdef _LINUX_INIT_H + +#ifndef __init #define __init #endif +#ifndef __devinit +#define __devinit +#define __devinitdata +#endif + +#endif /* _LINUX_INIT_H */ + #if defined(__LINUX_CACHE_H) && !defined(__read_mostly) #define __read_mostly #endif _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |