diff options
Diffstat (limited to 'include/linux/mfd/tc6393xb.h')
-rw-r--r-- | include/linux/mfd/tc6393xb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mfd/tc6393xb.h b/include/linux/mfd/tc6393xb.h index 1fa820646d98..3ce10ae0f397 100644 --- a/include/linux/mfd/tc6393xb.h +++ b/include/linux/mfd/tc6393xb.h | |||
@@ -33,6 +33,10 @@ struct tc6393xb_platform_data { | |||
33 | void (*teardown)(struct platform_device *dev); | 33 | void (*teardown)(struct platform_device *dev); |
34 | 34 | ||
35 | struct tmio_nand_data *nand_data; | 35 | struct tmio_nand_data *nand_data; |
36 | |||
37 | unsigned resume_restore : 1; /* make special actions | ||
38 | to preserve the state | ||
39 | on suspend/resume */ | ||
36 | }; | 40 | }; |
37 | 41 | ||
38 | /* | 42 | /* |