فهرست منبع

staging: unisys: remove S32 type

Delete the S32 type from commontypes.h since it wasn't being used.

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Benjamin Romer 11 سال پیش
والد
کامیت
c14f13ba30
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      drivers/staging/unisys/include/commontypes.h

+ 0 - 1
drivers/staging/unisys/include/commontypes.h

@@ -30,7 +30,6 @@
 #include <syslog.h>
 #endif
 
-#define S32 int32_t
 #define S64 int64_t
 
 #ifdef __KERNEL__