1. 07 Jun, 2011 5 commits
    • Randy Dunlap's avatar
      staging: fix ath6kl build when CFG80211 is not enabled · 827e4a07
      Randy Dunlap authored
      Fix build errors when CONFIG_CFG80211 is not enabled:
      
      drivers/built-in.o: In function `ar6k_cfg80211_deinit':
      (.text+0x189b71): undefined reference to `cfg80211_scan_done'
      drivers/built-in.o: In function `ar6k_cfg80211_deinit':
      (.text+0x189b86): undefined reference to `wiphy_unregister'
      drivers/built-in.o: In function `ar6k_cfg80211_deinit':
      (.text+0x189b8d): undefined reference to `wiphy_free'
      drivers/built-in.o: In function `ar6k_cfg80211_init':
      (.text+0x18add7): undefined reference to `wiphy_new'
      drivers/built-in.o: In function `ar6k_cfg80211_init':
      (.text+0x18ae48): undefined reference to `wiphy_register'
      drivers/built-in.o: In function `ar6k_cfg80211_tkip_micerr_event':
      (.text+0x18ae95): undefined reference to `cfg80211_michael_mic_failure'
      drivers/built-in.o: In function `ar6k_cfg80211_scan_node':
      (.text+0x18afb5): undefined reference to `__ieee80211_get_channel'
      drivers/built-in.o: In function `ar6k_cfg80211_scan_node':
      (.text+0x18afd2): undefined reference to `cfg80211_inform_bss_frame'
      drivers/built-in.o: In function `ar6k_cfg80211_disconnect_event':
      (.text+0x18b046): undefined reference to `cfg80211_ibss_joined'
      drivers/built-in.o: In function `ar6k_cfg80211_disconnect_event':
      (.text+0x18b176): undefined reference to `cfg80211_connect_result'
      drivers/built-in.o: In function `ar6k_cfg80211_disconnect_event':
      (.text+0x18b190): undefined reference to `cfg80211_disconnected'
      drivers/built-in.o: In function `ar6k_cfg80211_connect_event':
      (.text+0x18b291): undefined reference to `cfg80211_get_bss'
      drivers/built-in.o: In function `ar6k_cfg80211_connect_event':
      (.text+0x18b457): undefined reference to `cfg80211_put_bss'
      drivers/built-in.o: In function `ar6k_cfg80211_connect_event':
      (.text+0x18b4fa): undefined reference to `cfg80211_roamed'
      Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
      Cc: Luis R. Rodriguez <mcgrof@gmail.com>
      Cc: Joe Perches <joe@perches.com>
      Cc: Naveen Singh <nsingh@atheros.com>
      Signed-off-by: default avatarPeter Foley <pefoley2@verizon.net>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      827e4a07
    • Roland Vossen's avatar
    • Randy Dunlap's avatar
      staging: fix olpc_dcon build, needs BACKLIGHT_CLASS_DEVICE · 91e623de
      Randy Dunlap authored
      Fix olpc_dcon.c build by selecting the needed kconfig symbol
      BACKLIGHT_CLASS_DEVICE.
      
      olpc_dcon.c:(.text+0x11588b): undefined reference to `backlight_device_register'
      Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
      Cc: Andres Salomon <dilinger@queued.net>
      Cc: Chris Ball <cjb@laptop.org>
      Cc: Jon Nettleton <jon.nettleton@gmail.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      91e623de
    • Greg Kroah-Hartman's avatar
      Staging: remove STAGING_EXCLUDE_BUILD option · fe35a59e
      Greg Kroah-Hartman authored
      Part of the requirement to be in the staging tree is that the code must
      build, so let's make it easier for people to build the code to
      test/prove this out.
      
      Based on a recommendation from Linus to implement this.
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      fe35a59e
    • Greg Kroah-Hartman's avatar
      Staging: altera: move .h file to proper place · 85ab9ee9
      Greg Kroah-Hartman authored
      Staging drivers should be self-contained, without files in the include/
      directories.  So move the altera.h file back to the driver directory for
      now, until it moves out of the staging tree.
      
      Cc: Igor M. Liplianin <liplianin@netup.ru>
      Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      85ab9ee9
  2. 06 Jun, 2011 5 commits
  3. 04 Jun, 2011 17 commits
  4. 03 Jun, 2011 13 commits