[media] siano: split debugfs code into a separate file
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 10 Mar 2013 12:04:44 +0000 (09:04 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Mar 2013 10:48:41 +0000 (07:48 -0300)
commit503efe5cfc9fb9f67a6659c4ab39174b442876f3
tree571f126b52f1d0ed78e009d1f00cf5f9c3b1c4a1
parent3f6b87cff66bb8507aefd62559c516dd7c8f822a
[media] siano: split debugfs code into a separate file

To avoid mixing two different things at the same place, move the
debugfs code into a separate file.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/common/siano/Kconfig
drivers/media/common/siano/Makefile
drivers/media/common/siano/smscoreapi.h
drivers/media/common/siano/smsdvb-debugfs.c [new file with mode: 0644]
drivers/media/common/siano/smsdvb-main.c [moved from drivers/media/common/siano/smsdvb.c with 68% similarity]
drivers/media/common/siano/smsdvb.h [new file with mode: 0644]
drivers/media/usb/siano/smsusb.c