Skip to content

Commit

Permalink
sparc: remove include of linux/of_device.h from asm/of_device.h
Browse files Browse the repository at this point in the history
Now that all the direct includes of asm/of_device.h are gone, this is
safe to do.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Stephen Rothwell authored and David S. Miller committed Aug 13, 2008
1 parent c749808 commit e344568
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/sparc/include/asm/of_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ struct of_device
extern void __iomem *of_ioremap(struct resource *res, unsigned long offset, unsigned long size, char *name);
extern void of_iounmap(struct resource *res, void __iomem *base, unsigned long size);

/* These are just here during the transition */
#include <linux/of_device.h>
/* This is just here during the transition */
#include <linux/of_platform.h>

#endif /* __KERNEL__ */
Expand Down

0 comments on commit e344568

Please sign in to comment.