ALSA: aoa: Replace asm/prom.h with explicit includes
[linux-2.6-block.git] / sound / aoa / fabrics / layout.c
index 850dc8c53e9b55f35c1e5c0cc68fa4a63524ed5e..0cd19a05db1987e222548dbb95b3bf76b71a586e 100644 (file)
@@ -7,9 +7,10 @@
  * This fabric module looks for sound codecs based on the
  * layout-id or device-id property in the device tree.
  */
-#include <asm/prom.h>
 #include <linux/list.h>
 #include <linux/module.h>
+#include <linux/of.h>
+#include <linux/platform_device.h>
 #include <linux/slab.h>
 #include "../aoa.h"
 #include "../soundbus/soundbus.h"