Skip to content

Commit

Permalink
sparc64: get_cells() can't be marked __init
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Apr 8, 2009
1 parent 577c9c4 commit 6bbc0b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/sparc/kernel/of_device_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ static inline u64 of_read_addr(const u32 *cell, int size)
return r;
}

static void __init get_cells(struct device_node *dp,
int *addrc, int *sizec)
static void get_cells(struct device_node *dp, int *addrc, int *sizec)
{
if (addrc)
*addrc = of_n_addr_cells(dp);
Expand Down

0 comments on commit 6bbc0b0

Please sign in to comment.