mfd: Define all twl-regulator feature flags in one place
authorNeilBrown <neilb@suse.de>
Tue, 8 May 2012 19:43:59 +0000 (05:43 +1000)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 20 May 2012 15:26:58 +0000 (17:26 +0200)
twl-regulator has a collection of feature flags, some defined
in twl-core.c and  one defined in i2c/twl.h.
This is confusing for anyone adding a new feature flag.

So collect them together and place them in twl.h immediately
after the structure in which they are initially set.

Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

No differences found