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
@@ -172,15 +172,15 @@ static void power4_stop(void)
|
||||
}
|
||||
|
||||
/* Fake functions used by canonicalize_pc */
|
||||
static void __attribute_used__ hypervisor_bucket(void)
|
||||
static void __used hypervisor_bucket(void)
|
||||
{
|
||||
}
|
||||
|
||||
static void __attribute_used__ rtas_bucket(void)
|
||||
static void __used rtas_bucket(void)
|
||||
{
|
||||
}
|
||||
|
||||
static void __attribute_used__ kernel_unknown_bucket(void)
|
||||
static void __used kernel_unknown_bucket(void)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user