From e5c066faac4c7ddf301a9e7cdd80fd0744267b2d Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Thu, 14 Feb 2013 14:26:03 +0100 Subject: unmodified_drivers: __devinit was removed in linux-3.8 Signed-off-by: Olaf Hering Merge with __init handling. Signed-off-by: Jan Beulich xen-unstable changeset: 26526:a37aa55c3cbc xen-unstable date: Tue Feb 12 10:29:51 UTC 2013 --- .../linux-2.6/compat-include/xen/platform-compat.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h b/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h index 595d012293..57afc726c7 100644 --- a/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h +++ b/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h @@ -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 -- cgit v1.2.3