Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{