We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 238b671 commit ea39dd2Copy full SHA for ea39dd2
include/linux/mfd/tps65219.h
@@ -10,7 +10,6 @@
10
#define MFD_TPS65219_H
11
12
#include <linux/bitops.h>
13
-#include <linux/notifier.h>
14
#include <linux/regmap.h>
15
#include <linux/regulator/driver.h>
16
@@ -440,15 +439,13 @@ enum tps65219_irqs {
440
439
* @regmap: Regmap for accessing the device registers
441
* @chip_id: Chip ID
442
* @irq_data: Regmap irq data used for the irq chip
443
- * @nb: notifier block for the restart handler
444
*/
445
struct tps65219 {
446
struct device *dev;
447
struct regmap *regmap;
448
449
unsigned int chip_id;
450
struct regmap_irq_chip_data *irq_data;
451
- struct notifier_block nb;
452
};
453
454
#endif /* MFD_TPS65219_H */
0 commit comments