Skip to content

Commit

Permalink
[ARM] SMDK6410: Add HSMMC0 device
Browse files Browse the repository at this point in the history
Add HSMMC0 device to SMDK6410.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Ben Dooks committed Dec 15, 2008
1 parent 5b323c7 commit 39057f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-s3c6410/mach-smdk6410.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ static struct s3c2410_uartcfg smdk6410_uartcfgs[] __initdata = {
struct map_desc smdk6410_iodesc[] = {};

static struct platform_device *smdk6410_devices[] __initdata = {
&s3c_device_hsmmc0,
};

extern void s3c64xx_init_io(struct map_desc *, int);
Expand Down

0 comments on commit 39057f2

Please sign in to comment.