Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361322
b: refs/heads/master
c: fd86019
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Samuel Ortiz committed Mar 12, 2013
1 parent ec4fbc6 commit 91dc69e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6049bcefada077c5d3aec59f093701df711ad235
refs/heads/master: fd860195a4f9d661754345bd06a3adb30d12d882
2 changes: 2 additions & 0 deletions trunk/include/linux/mfd/wm831x/auxadc.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#ifndef __MFD_WM831X_AUXADC_H__
#define __MFD_WM831X_AUXADC_H__

struct wm831x;

/*
* R16429 (0x402D) - AuxADC Data
*/
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/mfd/wm831x/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <linux/irqdomain.h>
#include <linux/list.h>
#include <linux/regmap.h>
#include <linux/mfd/wm831x/auxadc.h>

/*
* Register values.
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 91dc69e

Please sign in to comment.