Skip to content

Commit

Permalink
modified
Browse files Browse the repository at this point in the history
  • Loading branch information
robbep committed Mar 9, 2015
1 parent 9f0e3d9 commit 1e770c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Driver/src/AltSpecsV2.mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ __attribute__((section("__versions"))) = {
{ 0xb2fd5ceb, "__put_user_4" },
{ 0x42c8de35, "ioremap_nocache" },
{ 0xf0fdf6cb, "__stack_chk_fail" },
{ 0x1000e51, "schedule" },
{ 0x68f7c535, "pci_unregister_driver" },
{ 0x2044fa9e, "kmem_cache_alloc_trace" },
{ 0x4d7d27b8, "pci_bus_write_config_byte" },
Expand All @@ -67,7 +68,7 @@ __attribute__((section(".modinfo"))) =

MODULE_ALIAS("pci:v00001172d00000005sv*sd*bc*sc*i*");

MODULE_INFO(srcversion, "94CD4F6A3540D097DF5B459");
MODULE_INFO(srcversion, "56E3597C91212056842E8AA");

static const struct rheldata _rheldata __used
__attribute__((section(".rheldata"))) = {
Expand Down

0 comments on commit 1e770c9

Please sign in to comment.