hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/drivers/usb/gadget/function/storage_common.h
....@@ -172,11 +172,6 @@
172172 DATA_DIR_NONE
173173 };
174174
175
-static inline u32 get_unaligned_be24(u8 *buf)
176
-{
177
- return 0xffffff & (u32) get_unaligned_be32(buf - 1);
178
-}
179
-
180175 static inline struct fsg_lun *fsg_lun_from_dev(struct device *dev)
181176 {
182177 return container_of(dev, struct fsg_lun, dev);