Message ID | 20190818135611.7776-7-frank-w@public-files.de (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | implement poweroff for mt6323 / bpi-r2 | expand |
On Sun, 18 Aug 2019, Frank Wunderlich wrote: > From: Josef Friedl <josef.friedl@speed.at> > > add missing mutex.h In future, please use correct English grammar in commit messages. I will fix them for this submission. > Signed-off-by: Josef Friedl <josef.friedl@speed.at> > Signed-off-by: Frank Wunderlich <frank-w@public-files.de> > --- > changes since v5: separated from "power: reset: add driver for mt6323 poweroff" > --- > include/linux/mfd/mt6397/core.h | 2 ++ > 1 file changed, 2 insertions(+) Applied, thanks.
diff --git a/include/linux/mfd/mt6397/core.h b/include/linux/mfd/mt6397/core.h index 25a95e72179b..652da61e3711 100644 --- a/include/linux/mfd/mt6397/core.h +++ b/include/linux/mfd/mt6397/core.h @@ -7,6 +7,8 @@ #ifndef __MFD_MT6397_CORE_H__ #define __MFD_MT6397_CORE_H__ +#include <linux/mutex.h> + enum mt6397_irq_numbers { MT6397_IRQ_SPKL_AB = 0, MT6397_IRQ_SPKR_AB,