patch-2.4.9 linux/drivers/sound/emu10k1/hwaccess.h

Next file: linux/drivers/sound/emu10k1/joystick.c
Previous file: linux/drivers/sound/emu10k1/cardwo.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.8/linux/drivers/sound/emu10k1/hwaccess.h linux/drivers/sound/emu10k1/hwaccess.h
@@ -53,8 +53,6 @@
 #define FLAGS_AVAILABLE     0x0001
 #define FLAGS_READY         0x0002
 
-#define min(x,y) ((x) < (y)) ? (x) : (y)
-
 struct memhandle
 {
 	dma_addr_t dma_handle;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)