Skip to content

Commit

Permalink
[POWERPC] Add missing EXPORTS for mpc52xx support
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Grant Likely authored and Paul Mackerras committed Dec 5, 2006
1 parent 650f328 commit d8594d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/kernel/of_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ void of_device_unregister(struct of_device *ofdev)
}


EXPORT_SYMBOL(of_match_node);
EXPORT_SYMBOL(of_match_device);
EXPORT_SYMBOL(of_device_register);
EXPORT_SYMBOL(of_device_unregister);
Expand Down
2 changes: 2 additions & 0 deletions arch/powerpc/platforms/52xx/mpc52xx_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ mpc52xx_find_and_map(const char *compatible)

return ioremap((u32)regaddr64, (u32)size64);
}
EXPORT_SYMBOL(mpc52xx_find_and_map);


/**
Expand Down Expand Up @@ -72,6 +73,7 @@ mpc52xx_find_ipb_freq(struct device_node *node)

return p_ipb_freq ? *p_ipb_freq : 0;
}
EXPORT_SYMBOL(mpc52xx_find_ipb_freq);


void __init
Expand Down

0 comments on commit d8594d6

Please sign in to comment.