From 8968ffa2f4b5530daf8109f4fc9e39d9c8c7d3da Mon Sep 17 00:00:00 2001 From: Roman Hargrave Date: Mon, 26 Sep 2016 23:08:02 -0500 Subject: [PATCH] s/const/define/g --- amifldrv.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/amifldrv.c b/amifldrv.c index 9fd5e61..8bc71ce 100644 --- a/amifldrv.c +++ b/amifldrv.c @@ -23,10 +23,10 @@ # define mem_map_unreserve(p) clear_bit(PG_reserved, &((p)->flags)) #endif -static int const CMD_ALLOC = 0x4160; -static int const CMD_FREE = 0x4161; -static int const CMD_LOCK_KB = 0x4162; -static int const CMD_UNLOCK_KB = 0x4163; +#define CMD_ALLOC 0x4160 +#define CMD_FREE 0x4161 +#define CMD_LOCK_KB 0x4162 +#define CMD_UNLOCK_KB 0x4163 /* * ioctl data packet used to communicate instructions to the driver