Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294154
b: refs/heads/master
c: b83d2ff
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Mar 11, 2012
1 parent 2215106 commit d8ed544
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 994f5db65ef4b83db0321842bd43c6bc0a51f000
refs/heads/master: b83d2ff01376cf3799394693c0dd089f657bdf84
5 changes: 3 additions & 2 deletions trunk/include/linux/regmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@
#include <linux/device.h>
#include <linux/list.h>

#ifdef CONFIG_REGMAP

struct module;
struct i2c_client;
struct spi_device;
struct regmap;

/* An enum of all the supported cache types */
enum regcache_type {
Expand All @@ -42,6 +41,8 @@ struct reg_default {
unsigned int def;
};

#ifdef CONFIG_REGMAP

/**
* Configuration for the register map of a device.
*
Expand Down

0 comments on commit d8ed544

Please sign in to comment.