forked from Minki/linux
uninorth-agp section mess
'aperture' is declared devinitdata (the whole word of it) and is used from ->fetch_size() which can, AFAICS, be used on !HOTPLUG after init time. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
37d33d1514
commit
b0385146bc
@ -27,7 +27,7 @@
|
||||
static int uninorth_rev;
|
||||
static int is_u3;
|
||||
|
||||
static char __devinitdata *aperture = NULL;
|
||||
static char *aperture = NULL;
|
||||
|
||||
static int uninorth_fetch_size(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user