a22/td8801: board add include file

This commit is contained in:
邱建斌
2011-12-01 16:51:17 +08:00
parent 12fb7e5d88
commit eef4b73c87
2 changed files with 13 additions and 0 deletions

View File

@@ -54,6 +54,7 @@
#include <linux/mfd/wm831x/gpio.h>
#include <linux/mfd/wm8994/pdata.h>
#include <linux/mfd/wm8994/registers.h>
#include <linux/regulator/fixed.h>
#include <linux/mtd/nand.h>
#include <linux/mtd/partitions.h>
@@ -3112,6 +3113,11 @@ static struct platform_device *devices[] __initdata = {
&rk29_device_iis_8ch,
#endif
#ifdef CONFIG_MFD_WM8994
&wm8994_fixed_voltage0,
&wm8994_fixed_voltage1,
#endif
#ifdef CONFIG_KEYS_RK29
&rk29_device_keys,
#endif

View File

@@ -59,6 +59,8 @@
#include <linux/mpu.h>
#include "devices.h"
#include <linux/regulator/fixed.h>
#include <linux/mfd/wm8994/pdata.h>
#if defined(CONFIG_TDSC8800)
#include <linux/mtk23d.h>
@@ -3086,6 +3088,11 @@ static struct platform_device *devices[] __initdata = {
&rk29_device_iis_8ch,
#endif
#ifdef CONFIG_MFD_WM8994
&wm8994_fixed_voltage0,
&wm8994_fixed_voltage1,
#endif
#ifdef CONFIG_KEYS_RK29
&rk29_device_keys,
#endif