Skip to content

Commit

Permalink
[ARM] mmp: avoid devices.h being included multiple times
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
  • Loading branch information
Eric Miao committed Aug 5, 2010
1 parent 4d4a339 commit f7426f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/mach-mmp/include/mach/devices.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef __MACH_DEVICE_H
#define __MACH_DEVICE_H

#include <linux/types.h>

#define MAX_RESOURCE_DMA 2
Expand Down Expand Up @@ -47,3 +50,4 @@ struct pxa_device_desc mmp2_device_##_name __initdata = { \
}

extern int pxa_register_device(struct pxa_device_desc *, void *, size_t);
#endif /* __MACH_DEVICE_H */

0 comments on commit f7426f5

Please sign in to comment.