Staging: vt6655: remove U16 custom macro
[deliverable/linux.git] / drivers / staging / vt6655 / device_main.c
index 12d1e8b8a0ee0fc716696fff09f224b90cc4f6aa..06585c1d3c83eca32c0d94de1b8c02201512499d 100644 (file)
@@ -1150,14 +1150,14 @@ static BOOL device_init_info(struct pci_dev* pcid, PSDevice* ppDevice,
 
 static BOOL device_get_pci_info(PSDevice pDevice, struct pci_dev* pcid) {
 
-    U16 pci_cmd;
+    u16 pci_cmd;
     u8  b;
     UINT cis_addr;
 #ifdef PLICE_DEBUG
        BYTE       pci_config[256];
        BYTE    value =0x00;
        int             ii,j;
-       U16     max_lat=0x0000;
+       u16     max_lat=0x0000;
        memset(pci_config,0x00,256);
 #endif
 
This page took 0.031765 seconds and 5 git commands to generate.