staging: ath6kl: Eliminating the symlink to 2.0 header files
authorVipin Mehta <vmehta@atheros.com>
Wed, 8 Sep 2010 22:19:48 +0000 (15:19 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 9 Sep 2010 04:26:41 +0000 (21:26 -0700)
commitfbc69d379ce89d79f9b84c81c49560964e577cc1
tree3fd6aaaeaf3ff934020e6d8f1ef85f1cc398647f
parent533d1ffe41a39b267e375091cea7198cf1e4c04d
staging: ath6kl: Eliminating the symlink to 2.0 header files

Moving the AR6002 hw 2.0 specific register definitions files from
the hw.0 directory to a new directory, 'hw' within hw2.0.

Signed-off-by: Vipin Mehta <vmehta@atheros.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
21 files changed:
drivers/staging/ath6kl/include/common/AR6002/hw.0/analog_intf_reg.h [deleted file]
drivers/staging/ath6kl/include/common/AR6002/hw.0/analog_reg.h [deleted file]
drivers/staging/ath6kl/include/common/AR6002/hw.0/apb_map.h [deleted file]
drivers/staging/ath6kl/include/common/AR6002/hw.0/gpio_reg.h [deleted file]
drivers/staging/ath6kl/include/common/AR6002/hw.0/mbox_host_reg.h [deleted file]
drivers/staging/ath6kl/include/common/AR6002/hw.0/mbox_reg.h [deleted file]
drivers/staging/ath6kl/include/common/AR6002/hw.0/rtc_reg.h [deleted file]
drivers/staging/ath6kl/include/common/AR6002/hw.0/si_reg.h [deleted file]
drivers/staging/ath6kl/include/common/AR6002/hw.0/uart_reg.h [deleted file]
drivers/staging/ath6kl/include/common/AR6002/hw.0/vmc_reg.h [deleted file]
drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw [deleted symlink]
drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/analog_intf_reg.h [new file with mode: 0644]
drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/analog_reg.h [new file with mode: 0644]
drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/apb_map.h [new file with mode: 0644]
drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/gpio_reg.h [new file with mode: 0644]
drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/mbox_host_reg.h [new file with mode: 0644]
drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/mbox_reg.h [new file with mode: 0644]
drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/rtc_reg.h [new file with mode: 0644]
drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/si_reg.h [new file with mode: 0644]
drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/uart_reg.h [new file with mode: 0644]
drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw/vmc_reg.h [new file with mode: 0644]