diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/llist.c | 1 | ||||
-rw-r--r-- | lib/raid6/altivec.uc | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/llist.c b/lib/llist.c index 8221b3d2fbf..4a15115e90f 100644 --- a/lib/llist.c +++ b/lib/llist.c @@ -27,7 +27,6 @@ #include <linux/interrupt.h> #include <linux/llist.h> -#include <asm/system.h> /** * llist_add_batch - add several linked entries in batch diff --git a/lib/raid6/altivec.uc b/lib/raid6/altivec.uc index 2654d5c854b..b71012b756f 100644 --- a/lib/raid6/altivec.uc +++ b/lib/raid6/altivec.uc @@ -28,8 +28,8 @@ #include <altivec.h> #ifdef __KERNEL__ -# include <asm/system.h> # include <asm/cputable.h> +# include <asm/switch_to.h> #endif /* |