mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
s390/ism: Consolidate SMC-D-related code
The ism module had SMC-D-specific code sprinkled across the entire module. We are now consolidating the SMC-D-specific parts into the latter parts of the module, so it becomes more clear what code is intended for use with ISM, and which parts are glue code for usage in the context of SMC-D. This is the fourth part of a bigger overhaul of the interfaces between SMC and ISM. Signed-off-by: Stefan Raspl <raspl@linux.ibm.com> Signed-off-by: Jan Karcher <jaka@linux.ibm.com> Signed-off-by: Wenjia Zhang <wenjia@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
9de4df7b6b
commit
820f21009f
@@ -94,4 +94,6 @@ int ism_move(struct ism_dev *dev, u64 dmb_tok, unsigned int idx, bool sf,
|
||||
unsigned int offset, void *data, unsigned int size);
|
||||
u8 *ism_get_seid(void);
|
||||
|
||||
const struct smcd_ops *ism_get_smcd_ops(void);
|
||||
|
||||
#endif /* _ISM_H */
|
||||
|
||||
Reference in New Issue
Block a user