]> git.neil.brown.name Git - history.git/commit
[PATCH] rrunner: fix section references
authorRandy Dunlap <rddunlap@osdl.org>
Mon, 28 Feb 2005 02:33:43 +0000 (18:33 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 28 Feb 2005 02:33:43 +0000 (18:33 -0800)
commita847f56464f9737ddb11a7e41f63b142b237b776
treeac710b55445748856ec8f024df07dd7a9ef0641e
parentc6f68779bb225de52c1ceed39de0bc5aa1e33123
[PATCH] rrunner: fix section references

rrunner: references __initdata in a __devinit function; data should
  be __devinitdata;

Error: ./drivers/net/rrunner.o .text refers to 00000000000002b2 R_X86_64_32S      .init.data

Signed-off-by: Randy Dunlap <rddunlap@osdl.org>
Signed-off-by: Jes Sorensen <jes@wildopensource.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/net/rrunner.c