All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] staging: keucr: remove unused typedef VOID
@ 2011-03-02 23:48 Jonathan Neuschäfer
  2011-03-02 23:48 ` [PATCH 2/2] staging: keucr: use kernel byteorder functions Jonathan Neuschäfer
  0 siblings, 1 reply; 8+ messages in thread
From: Jonathan Neuschäfer @ 2011-03-02 23:48 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Al Cho; +Cc: devel, linux-kernel, Jonathan Neuschäfer

---
 drivers/staging/keucr/common.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/keucr/common.h b/drivers/staging/keucr/common.h
index 8693c54..f2be045 100644
--- a/drivers/staging/keucr/common.h
+++ b/drivers/staging/keucr/common.h
@@ -1,7 +1,6 @@
 #ifndef COMMON_INCD
 #define COMMON_INCD
 
-typedef void VOID;
 typedef u8 BOOLEAN;
 typedef u8 BYTE;
 typedef u8 *PBYTE;
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-03-03 13:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-02 23:48 [PATCH 1/2] staging: keucr: remove unused typedef VOID Jonathan Neuschäfer
2011-03-02 23:48 ` [PATCH 2/2] staging: keucr: use kernel byteorder functions Jonathan Neuschäfer
2011-03-03  7:58   ` Jack Stone
2011-03-03 11:32     ` Jonathan Neuschäfer
2011-03-03 11:38       ` [PATCH v2] " Jonathan Neuschäfer
2011-03-03 11:51         ` Jack Stone
2011-03-03 13:25           ` [PATCH v3 1/2] staging: keucr: remove unused typedef VOID Jonathan Neuschäfer
2011-03-03 13:25             ` [PATCH v3 2/2] staging: keucr: use kernel byteorder functions Jonathan Neuschäfer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.