]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
staging: vt6655: device.h remove typedef enum
authorMalcolm Priestley <tvboxspy@gmail.com>
Sat, 17 Oct 2015 10:32:57 +0000 (11:32 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Oct 2015 16:04:27 +0000 (09:04 -0700)
Covert values to macros.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/device.h

index be6c42b6a358ff75884303b4e9c99584c4738add..83bb68bb66eec43fe88f8f7b59e6902814a19255 100644 (file)
 #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 */