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>
This commit is contained in:

committed by
Linus Torvalds

parent
a3f0825e7e
commit
849de0cd2c
@@ -8,6 +8,7 @@
|
||||
* Copyright (C) 1998 Kenneth Albanowski <kjahds@kjahds.com>,
|
||||
*
|
||||
*/
|
||||
#include <linux/compiler.h>
|
||||
|
||||
#ifndef _MC68328_H_
|
||||
#define _MC68328_H_
|
||||
@@ -993,7 +994,7 @@ typedef volatile struct {
|
||||
volatile unsigned short int pad1;
|
||||
volatile unsigned short int pad2;
|
||||
volatile unsigned short int pad3;
|
||||
} __attribute__((packed)) m68328_uart;
|
||||
} __packed m68328_uart;
|
||||
|
||||
|
||||
/**********
|
||||
|
Reference in New Issue
Block a user