staging: Move ralink-gdma to its own directory
authorGeorge Hilliard <thirtythreeforty@gmail.com>
Fri, 11 Jan 2019 00:43:36 +0000 (17:43 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Jan 2019 15:28:02 +0000 (16:28 +0100)
commitd6b1090546450d9c34e64ed6f4cdbc6856db2f94
tree2dc9a7b34024326b66cc9b532b85651cbc0b6636
parent48101806c52203f64c6a76e74c1c68abd57903c2
staging: Move ralink-gdma to its own directory

This is in preparation to allow it and the mt7621-dma drivers to be
built separately.  They are completely independent pieces of software,
and the Kconfig specifies very different requirements.

Cc: linux-kernel@vger.kernel.org
Cc: devel@driverdev.osuosl.org
Cc: Neil Brown <neil@brown.name>
Signed-off-by: George Hilliard <thirtythreeforty@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/mt7621-dma/Kconfig
drivers/staging/mt7621-dma/Makefile
drivers/staging/mt7621-dma/ralink-gdma.c [deleted file]
drivers/staging/ralink-gdma/Kconfig [new file with mode: 0644]
drivers/staging/ralink-gdma/Makefile [new file with mode: 0644]
drivers/staging/ralink-gdma/ralink-gdma.c [new file with mode: 0644]