Replace __attribute references with __attribute__
__attribute__ follows gcc's documented syntax and is generally more common than __attribute. This change is only asthetic and should not affect functionality. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
This commit is contained in:
committed by
Wolfgang Denk
parent
08f077da92
commit
f9a109b3ad
@@ -97,7 +97,7 @@ struct musb_regs {
|
||||
u8 rxhubaddr;
|
||||
u8 rxhubport;
|
||||
} tar[16];
|
||||
} __attribute((aligned(32)));
|
||||
} __attribute__((aligned(32)));
|
||||
|
||||
/*
|
||||
* MUSB Register bits
|
||||
|
||||
Reference in New Issue
Block a user