mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-25 00:52:45 -04:00
mfd: lp873x: Remove unused mutex lock from struct lp873x
The mutex is not used, so remove it. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
@@ -263,7 +263,6 @@ enum lp873x_regulator_id {
|
||||
struct lp873x {
|
||||
struct device *dev;
|
||||
u8 rev;
|
||||
struct mutex lock; /* lock guarding the data structure */
|
||||
struct regmap *regmap;
|
||||
};
|
||||
#endif /* __LINUX_MFD_LP873X_H */
|
||||
|
||||
Reference in New Issue
Block a user