diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-07-27 21:05:04 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-28 11:31:58 -0400 |
commit | 1f07be1c31cf898e5e3708d52e38db0803c62924 (patch) | |
tree | 2e6926cedfea512458f2ffe39765079394aeb56d /drivers/base/memory.c | |
parent | b032bf70df2e43149ce2b4e9a865b076c6140753 (diff) |
more sysdev API change fallout - drivers/base/memory.c
Noticed because of this warning:
drivers/base/memory.c:279: warning: initialization from incompatible pointer type
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/base/memory.c')
-rw-r--r-- | drivers/base/memory.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/base/memory.c b/drivers/base/memory.c index 3ad49a00029f..af0d175c025d 100644 --- a/drivers/base/memory.c +++ b/drivers/base/memory.c | |||
@@ -103,7 +103,8 @@ static ssize_t show_mem_phys_index(struct sys_device *dev, | |||
103 | /* | 103 | /* |
104 | * Show whether the section of memory is likely to be hot-removable | 104 | * Show whether the section of memory is likely to be hot-removable |
105 | */ | 105 | */ |
106 | static ssize_t show_mem_removable(struct sys_device *dev, char *buf) | 106 | static ssize_t show_mem_removable(struct sys_device *dev, |
107 | struct sysdev_attribute *attr, char *buf) | ||
107 | { | 108 | { |
108 | unsigned long start_pfn; | 109 | unsigned long start_pfn; |
109 | int ret; | 110 | int ret; |