the contents of Driver_Storage.h don't need to be guarded by #if DEVICE_STORAGE

pull/1887/head
Rohit Grover 2016-06-09 13:30:54 +01:00
parent 7d583e5541
commit 527e305df5
1 changed files with 0 additions and 4 deletions

View File

@ -18,8 +18,6 @@
#ifndef __DRIVER_STORAGE_H
#define __DRIVER_STORAGE_H
#if DEVICE_STORAGE
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
@ -764,6 +762,4 @@ typedef struct _ARM_DRIVER_STORAGE {
}
#endif // __cplusplus
#endif /* #if DEVICE_STORAGE */
#endif /* __DRIVER_STORAGE_H */