commit | 9f9975a55dbcd82ff4a222691a6dcd7b3145b9c0 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Wed Feb 06 22:39:45 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Feb 06 22:39:45 2008 +0100 |
tree | 5ff1438f97c445cfde269fb37d621386b4f5152a | |
parent | cc842b82cc513ebc78bef6eeaacb5f6335851bcb [diff] [blame] |
generic: add __FINITDATA Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff --git a/include/linux/init.h b/include/linux/init.h index 90cdbbb..a404a00 100644 --- a/include/linux/init.h +++ b/include/linux/init.h
@@ -110,6 +110,7 @@ #define __FINIT .previous #define __INITDATA .section ".init.data","aw" +#define __FINITDATA .previous #define __DEVINIT .section ".devinit.text", "ax" #define __DEVINITDATA .section ".devinit.data", "aw"