Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39057f23 authored by Ben Dooks's avatar Ben Dooks
Browse files

[ARM] SMDK6410: Add HSMMC0 device



Add HSMMC0 device to SMDK6410.

Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 5b323c7b
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -62,6 +62,7 @@ static struct s3c2410_uartcfg smdk6410_uartcfgs[] __initdata = {
struct map_desc smdk6410_iodesc[] = {};
struct map_desc smdk6410_iodesc[] = {};


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


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