Skip to content

Commit

Permalink
iwlagn: merge eeprom access into single file
Browse files Browse the repository at this point in the history
After driver split and no need to support legacy devices, there is no reason
we need to separate the NVM access into different files, merge those.

Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Wey-Yi Guy authored and John W. Linville committed Sep 19, 2011
1 parent 1dd9124 commit 701cb09
Show file tree
Hide file tree
Showing 3 changed files with 235 additions and 305 deletions.
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwlwifi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ obj-$(CONFIG_IWLAGN) += iwlagn.o
iwlagn-objs := iwl-agn.o iwl-agn-rs.o
iwlagn-objs += iwl-agn-ucode.o iwl-agn-tx.o
iwlagn-objs += iwl-agn-lib.o iwl-agn-calib.o iwl-io.o
iwlagn-objs += iwl-agn-tt.o iwl-agn-sta.o iwl-agn-eeprom.o
iwlagn-objs += iwl-agn-tt.o iwl-agn-sta.o

iwlagn-objs += iwl-core.o iwl-eeprom.o iwl-power.o
iwlagn-objs += iwl-rx.o iwl-sta.o
Expand Down
299 changes: 0 additions & 299 deletions drivers/net/wireless/iwlwifi/iwl-agn-eeprom.c

This file was deleted.

Loading

0 comments on commit 701cb09

Please sign in to comment.