diff options
author | Gideon Israel Dsouza | 2017-02-25 00:00:35 +0100 |
---|---|---|
committer | Linus Torvalds | 2017-02-25 02:46:56 +0100 |
commit | 849de0cd2c873c878fc2605156f10a8ade9bde28 (patch) | |
tree | a9aedf5ef9a4a7c03ae781f61805e2e3260dd953 /arch/m68k/include/asm/MC68VZ328.h | |
parent | compiler-gcc.h: add a new macro to wrap gcc attribute (diff) | |
download | kernel-qcow2-linux-849de0cd2c873c878fc2605156f10a8ade9bde28.tar.gz kernel-qcow2-linux-849de0cd2c873c878fc2605156f10a8ade9bde28.tar.xz kernel-qcow2-linux-849de0cd2c873c878fc2605156f10a8ade9bde28.zip |
m68k: replace gcc specific macros with ones from compiler.h
There is <linux/compiler.h> which provides macros for various gcc
specific constructs. Eg: __weak for __attribute__((weak)). I've
cleaned all instances of gcc specific attributes with the right macros
for all files under /arch/m68k
Link: http://lkml.kernel.org/r/1485540901-1988-3-git-send-email-gidisrael@gmail.com
Signed-off-by: Gideon Israel Dsouza <gidisrael@gmail.com>
Cc: Greg Ungerer <gerg@linux-m68k.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68k/include/asm/MC68VZ328.h')
-rw-r--r-- | arch/m68k/include/asm/MC68VZ328.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/MC68VZ328.h b/arch/m68k/include/asm/MC68VZ328.h index 34a51b2c784f..fbaed7ddfb41 100644 --- a/arch/m68k/include/asm/MC68VZ328.h +++ b/arch/m68k/include/asm/MC68VZ328.h @@ -909,7 +909,7 @@ typedef struct { volatile unsigned short int nipr; volatile unsigned short int hmark; volatile unsigned short int unused; -} __attribute__((packed)) m68328_uart; +} __packed m68328_uart; |