Skip to content

Commit f839f53

Browse files
lonyelonjgross1
authored andcommitted
xen: pcpu: remove unnecessary __ref annotation
The __ref annotation has been there since many years now, but the reason why it has been added has been removed from the code long ago. [jgross: clarify commit message] Cc: Juergen Gross <[email protected]> Cc: Stefano Stabellini <[email protected]> Cc: Oleksandr Tyshchenko <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Sergio Miguéns Iglesias <[email protected]> Reviewed-by: Juergen Gross <[email protected]> Message-ID: <[email protected]> Signed-off-by: Juergen Gross <[email protected]>
1 parent ffd294d commit f839f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/xen/pcpu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ static ssize_t online_show(struct device *dev,
105105
return sprintf(buf, "%u\n", !!(cpu->flags & XEN_PCPU_FLAGS_ONLINE));
106106
}
107107

108-
static ssize_t __ref online_store(struct device *dev,
108+
static ssize_t online_store(struct device *dev,
109109
struct device_attribute *attr,
110110
const char *buf, size_t count)
111111
{

0 commit comments

Comments
 (0)