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:
Peter Tyser
2009-04-20 11:08:46 -05:00
committed by Wolfgang Denk
parent 08f077da92
commit f9a109b3ad
13 changed files with 32 additions and 31 deletions

View File

@@ -97,7 +97,7 @@ struct musb_regs {
u8 rxhubaddr;
u8 rxhubport;
} tar[16];
} __attribute((aligned(32)));
} __attribute__((aligned(32)));
/*
* MUSB Register bits