Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: keucr: remove unused typedef VOID

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Jonathan Neuschäfer and committed by
Greg Kroah-Hartman
22a55690 6888393c

-1
-1
drivers/staging/keucr/common.h
··· 1 1 #ifndef COMMON_INCD 2 2 #define COMMON_INCD 3 3 4 - typedef void VOID; 5 4 typedef u8 BOOLEAN; 6 5 typedef u8 BYTE; 7 6 typedef u8 *PBYTE;