summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mfd/mc13xxx.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/mfd/mc13xxx.h b/include/mfd/mc13xxx.h
index df12b7e592..d439f32373 100644
--- a/include/mfd/mc13xxx.h
+++ b/include/mfd/mc13xxx.h
@@ -92,16 +92,16 @@ enum mc13892_revision {
MC13892_REVISION_3_5,
};
-enum mc13892_mode {
- MC13892_MODE_I2C,
- MC13892_MODE_SPI,
+enum mc13xxx_mode {
+ MC13XXX_MODE_I2C,
+ MC13XXX_MODE_SPI,
};
struct mc13892 {
struct cdev cdev;
struct i2c_client *client;
struct spi_device *spi;
- enum mc13892_mode mode;
+ enum mc13xxx_mode mode;
enum mc13892_revision revision;
};