diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usb_mass_storage.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/usb_mass_storage.h b/include/usb_mass_storage.h index e3eb1ebb2e..2b959ec057 100644 --- a/include/usb_mass_storage.h +++ b/include/usb_mass_storage.h @@ -12,14 +12,6 @@ #include <part.h> #include <linux/usb/composite.h> -#ifndef UMS_START_SECTOR -#define UMS_START_SECTOR 0 -#endif - -#ifndef UMS_NUM_SECTORS -#define UMS_NUM_SECTORS 0 -#endif - /* Wait at maximum 60 seconds for cable connection */ #define UMS_CABLE_READY_TIMEOUT 60 |