Skip to content

Commit

Permalink
mfd: sec: Remove fields not used since regmap conversion
Browse files Browse the repository at this point in the history
These were all used by the open coded I/O and IRQ implementations and are
no longer referenced now that the regmap core variants are used instead.

Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Mark Brown authored and Samuel Ortiz committed Jun 30, 2013
1 parent e51c288 commit dc66418
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/linux/mfd/samsung/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
#ifndef __LINUX_MFD_SEC_CORE_H
#define __LINUX_MFD_SEC_CORE_H

#define NUM_IRQ_REGS 4

enum sec_device_type {
S5M8751X,
S5M8763X,
Expand Down Expand Up @@ -44,17 +42,13 @@ struct sec_pmic_dev {
struct regmap *regmap;
struct i2c_client *i2c;
struct i2c_client *rtc;
struct mutex iolock;
struct mutex irqlock;

int device_type;
int irq_base;
int irq;
struct regmap_irq_chip_data *irq_data;

int ono;
u8 irq_masks_cur[NUM_IRQ_REGS];
u8 irq_masks_cache[NUM_IRQ_REGS];
int type;
bool wakeup;
};
Expand Down

0 comments on commit dc66418

Please sign in to comment.