Covert values to macros.

Signed-off-by: Malcolm Priestley <[email protected]>
---
 drivers/staging/vt6655/device.h | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/vt6655/device.h b/drivers/staging/vt6655/device.h
index be6c42b..83bb68b 100644
--- a/drivers/staging/vt6655/device.h
+++ b/drivers/staging/vt6655/device.h
@@ -98,10 +98,8 @@
 #define PK_TYPE_11GB    2
 #define PK_TYPE_11GA    3
 
-typedef enum {
-       OWNED_BY_HOST = 0,
-       OWNED_BY_NIC = 1
-} DEVICE_OWNER_TYPE, *PDEVICE_OWNER_TYPE;
+#define OWNED_BY_HOST  0
+#define        OWNED_BY_NIC    1
 
 typedef struct __device_opt {
        int         nRxDescs0;          /* Number of RX descriptors0 */
-- 
2.5.0

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to