diff --git a/[refs] b/[refs] index dcaeff644bc1..29e7cf6d8ebd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e5f95c8b7700a7bf1c2d24eedc677954d9aa0285 +refs/heads/master: 470a81ae15ed8c037afa0466e2731566a111c134 diff --git a/trunk/include/linux/init.h b/trunk/include/linux/init.h index 2efbda016741..90cdbbbbe077 100644 --- a/trunk/include/linux/init.h +++ b/trunk/include/linux/init.h @@ -124,9 +124,6 @@ #define __REF .section ".ref.text", "ax" #define __REFDATA .section ".ref.data", "aw" #define __REFCONST .section ".ref.rodata", "aw" -/* backward compatibility */ -#define __INIT_REFOK .section __REF -#define __INITDATA_REFOK .section __REFDATA #ifndef __ASSEMBLY__ /*