1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (C) 2018 Western Digital Corporation
10 #ifdef CONFIG_SCSI_UFS_BSG
11 void ufs_bsg_remove(struct ufs_hba
*hba
);
12 int ufs_bsg_probe(struct ufs_hba
*hba
);
14 static inline void ufs_bsg_remove(struct ufs_hba
*hba
) {}
15 static inline int ufs_bsg_probe(struct ufs_hba
*hba
) {return 0; }
18 #endif /* UFS_BSG_H */