Merge tag 'cris-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper...
[deliverable/linux.git] / drivers / cpufreq / cpufreq-nforce2.c
index bc447b9003c3f579a74c706c2083089dc2b00c74..a2258090b58b9fa8ad5711516da71f5c5e491f02 100644 (file)
@@ -379,7 +379,7 @@ static struct cpufreq_driver nforce2_driver = {
 };
 
 #ifdef MODULE
-static DEFINE_PCI_DEVICE_TABLE(nforce2_ids) = {
+static const struct pci_device_id nforce2_ids[] = {
        { PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE2 },
        {}
 };
This page took 0.023934 seconds and 5 git commands to generate.