Skip to content

Commit

Permalink
uninorth-agp section mess
Browse files Browse the repository at this point in the history
'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 <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Al Viro authored and torvalds committed Nov 30, 2008
1 parent 37d33d1 commit b038514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/agp/uninorth-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit b038514

Please sign in to comment.