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:
Al Viro 2008-11-22 17:36:34 +00:00 committed by Linus Torvalds
parent 37d33d1514
commit b0385146bc

View file

@ -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)
{