1. 19 Jan, 2016 2 commits
  2. 15 Jan, 2016 1 commit
  3. 13 Jan, 2016 1 commit
    • Rusty Russell's avatar
      module: remove MODULE_GENERIC_TABLE · 1bf7e534
      Rusty Russell authored
      commit cff26a51 upstream.
      
      MODULE_DEVICE_TABLE() calles MODULE_GENERIC_TABLE(); make it do the
      work directly.  This also removes a wart introduced in the last patch,
      where the alias is defined to be an unknown struct type "struct
      type##__##name##_device_id" instead of "struct type##_device_id" (it's
      an extern so GCC doesn't care, but it's wrong).
      
      The other user of MODULE_GENERIC_TABLE (ISAPNP_CARD_TABLE) is unused,
      so delete it.
      
      Bryan: gcc v3.3.2 cares
      Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
      Cc: Bryan Kadzban <bryan@kadzban.net>
      Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
      1bf7e534
  4. 11 Jan, 2016 4 commits
  5. 09 Jan, 2016 10 commits
  6. 05 Jan, 2016 22 commits