Clean out warnings by changin ID string declarations to be char xxx[]

instead of char *xxx.
This commit is contained in:
Eivind Eklund 1999-01-12 02:16:16 +00:00
parent 685df2085d
commit 9c24db89a7

View File

@ -86,8 +86,8 @@
#define PCI_OHCI_DEVICEID_ALADDIN_V 0x523710b9
static const char *ohci_device_aladdin_v = "AcerLabs M5237 (Aladdin-V) USB Host Controller";
#define PCI_OHCI_DEVICEID_ADS 0x
static const char *ohci_device_ads = "ADS Technologies USB Host Controller";
static const char *ohci_device_generic = "OHCI USB Host Controller (generic)";
static const char ohci_device_ads[] = "ADS Technologies USB Host Controller";
static const char ohci_device_generic[] = "OHCI USB Host Controller (generic)";
#define PCI_OHCI_BASE_REG 0x10