From 9b425ebe9630f113857f45b6b01ca5664ed9d3ed Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Thu, 4 Oct 2012 17:11:50 -0700 Subject: [PATCH] --- yaml --- r: 330042 b: refs/heads/master c: dd0e981a6cc855a785e43d743c399196c144cdd6 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/macintosh/macio_asic.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b764f760943e..4179299b1c9e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e6b53703b9966a3636be2bd4b7b8e0bfeb1b3f8d +refs/heads/master: dd0e981a6cc855a785e43d743c399196c144cdd6 diff --git a/trunk/drivers/macintosh/macio_asic.c b/trunk/drivers/macintosh/macio_asic.c index 20e5c2cda430..ef87310b7662 100644 --- a/trunk/drivers/macintosh/macio_asic.c +++ b/trunk/drivers/macintosh/macio_asic.c @@ -748,7 +748,7 @@ static void __devexit macio_pci_remove(struct pci_dev* pdev) * MacIO is matched against any Apple ID, it's probe() function * will then decide wether it applies or not */ -static const struct pci_device_id __devinitdata pci_ids [] = { { +static const struct pci_device_id __devinitconst pci_ids[] = { { .vendor = PCI_VENDOR_ID_APPLE, .device = PCI_ANY_ID, .subvendor = PCI_ANY_ID,