]> git.karo-electronics.de Git - linux-beck.git/blobdiff - arch/arm/mach-pxa/corgi.c
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi...
[linux-beck.git] / arch / arm / mach-pxa / corgi.c
index 66600f05e4364cd57b8cae96fafb5cb1811340dc..11f1e735966e534e3dd9dfe486e6581e32f2b55b 100644 (file)
@@ -435,6 +435,14 @@ static struct platform_device corgiled_device = {
        },
 };
 
+/*
+ * Corgi Audio
+ */
+static struct platform_device corgi_audio_device = {
+       .name   = "corgi-audio",
+       .id     = -1,
+};
+
 /*
  * MMC/SD Device
  *
@@ -641,6 +649,7 @@ static struct platform_device *devices[] __initdata = {
        &corgifb_device,
        &corgikbd_device,
        &corgiled_device,
+       &corgi_audio_device,
        &sharpsl_nand_device,
        &sharpsl_rom_device,
 };