diff options
author | Sebastian Ott <sebott@linux.vnet.ibm.com> | 2012-08-28 10:47:02 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-09-26 09:44:59 -0400 |
commit | 40ff4cc06697e8ba3f8ce93b0592ddbcf70cd444 (patch) | |
tree | fde6248c494240b4fbbc449bb3ddd1025ad099f9 /arch | |
parent | 1d1c8f78bed5f8e769757525bd9c2dec69f11a44 (diff) |
s390: add scm notification
Detect an scm change notification in store event information.
Update affected scm devices and notify their drivers.
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/s390/include/asm/eadm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/eadm.h b/arch/s390/include/asm/eadm.h index 3922f5257172..4d6e103f6e26 100644 --- a/arch/s390/include/asm/eadm.h +++ b/arch/s390/include/asm/eadm.h | |||
@@ -102,6 +102,7 @@ struct scm_driver { | |||
102 | struct device_driver drv; | 102 | struct device_driver drv; |
103 | int (*probe) (struct scm_device *scmdev); | 103 | int (*probe) (struct scm_device *scmdev); |
104 | int (*remove) (struct scm_device *scmdev); | 104 | int (*remove) (struct scm_device *scmdev); |
105 | void (*notify) (struct scm_device *scmdev); | ||
105 | void (*handler) (struct scm_device *scmdev, void *data, int error); | 106 | void (*handler) (struct scm_device *scmdev, void *data, int error); |
106 | }; | 107 | }; |
107 | 108 | ||