Commit b0385146 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 37d33d15
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment