From 91dc69ea8faf4ffe368408037bef470597fadd38 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Fri, 8 Mar 2013 10:47:21 +0800 Subject: [PATCH] --- yaml --- r: 361322 b: refs/heads/master c: fd860195a4f9d661754345bd06a3adb30d12d882 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/mfd/wm831x/auxadc.h | 2 ++ trunk/include/linux/mfd/wm831x/core.h | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2a90751a9610..208f8d985a0a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6049bcefada077c5d3aec59f093701df711ad235 +refs/heads/master: fd860195a4f9d661754345bd06a3adb30d12d882 diff --git a/trunk/include/linux/mfd/wm831x/auxadc.h b/trunk/include/linux/mfd/wm831x/auxadc.h index b132067e9e99..867aa23f9370 100644 --- a/trunk/include/linux/mfd/wm831x/auxadc.h +++ b/trunk/include/linux/mfd/wm831x/auxadc.h @@ -15,6 +15,8 @@ #ifndef __MFD_WM831X_AUXADC_H__ #define __MFD_WM831X_AUXADC_H__ +struct wm831x; + /* * R16429 (0x402D) - AuxADC Data */ diff --git a/trunk/include/linux/mfd/wm831x/core.h b/trunk/include/linux/mfd/wm831x/core.h index 4a3b83a77614..76c22648436f 100644 --- a/trunk/include/linux/mfd/wm831x/core.h +++ b/trunk/include/linux/mfd/wm831x/core.h @@ -20,6 +20,7 @@ #include #include #include +#include /* * Register values. @@ -355,7 +356,6 @@ enum wm831x_parent { }; struct wm831x; -enum wm831x_auxadc; typedef int (*wm831x_auxadc_read_fn)(struct wm831x *wm831x, enum wm831x_auxadc input);