'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 коммит произвёл Linus Torvalds
Родитель 37d33d1514
Коммит b0385146bc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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