]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/percpu.h
Parallel port: convert port_mutex to the mutex API
[mv-sheeva.git] / include / linux / percpu.h
index 00412bb494c40b100bc1e996983b72ba877ccf69..50faa0ea28e4a7a392f617863e0ab82d4d9c330c 100644 (file)
@@ -9,10 +9,6 @@
 
 #include <asm/percpu.h>
 
-#ifndef PER_CPU_ATTRIBUTES
-#define PER_CPU_ATTRIBUTES
-#endif
-
 #ifdef CONFIG_SMP
 #define DEFINE_PER_CPU(type, name)                                     \
        __attribute__((__section__(".data.percpu")))                    \