You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
remove __attribute_used__
Remove the deprecated __attribute_used__. [Introduce __section in a few places to silence checkpatch /sam] Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
committed by
Sam Ravnborg
parent
bc395add94
commit
3ff6eecca4
@@ -24,7 +24,7 @@
|
||||
extern void ia64_bad_param_for_setreg (void);
|
||||
extern void ia64_bad_param_for_getreg (void);
|
||||
|
||||
register unsigned long ia64_r13 asm ("r13") __attribute_used__;
|
||||
register unsigned long ia64_r13 asm ("r13") __used;
|
||||
|
||||
#define ia64_setreg(regnum, val) \
|
||||
({ \
|
||||
|
||||
Reference in New Issue
Block a user