Skip to content

Commit

Permalink
of: Fix missing include
Browse files Browse the repository at this point in the history
Fix a build failure on ARM

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Grant Likely committed Jul 5, 2010
1 parent 2ffe8c5 commit 50ef528
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/of/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <linux/module.h>
#include <linux/device.h>
#include <linux/dma-mapping.h>
#include <linux/slab.h>
#include <linux/of_device.h>
#include <linux/of_platform.h>

Expand Down

0 comments on commit 50ef528

Please sign in to comment.