Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316526
b: refs/heads/master
c: ce8dd71
h: refs/heads/master
v: v3
  • Loading branch information
Myron Stowe authored and Bjorn Helgaas committed Jul 5, 2012
1 parent 67984f0 commit c40db49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 86927f9344ebfc1e4059eb774dbd975d50b7766b
refs/heads/master: ce8dd71ad7cb9480d6003473630f0fbc4d67af71
4 changes: 2 additions & 2 deletions trunk/arch/sh/drivers/pci/fixups-sdk7786.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
* Misconfigurations can be detected through the FPGA via the slot
* resistors to determine card presence. Hotplug remains unsupported.
*/
static unsigned int slot4en __devinitdata;
static unsigned int slot4en __initdata;

char *__devinit pcibios_setup(char *str)
char *__init pcibios_setup(char *str)
{
if (strcmp(str, "slot4en") == 0) {
slot4en = 1;
Expand Down

0 comments on commit c40db49

Please sign in to comment.