diff options
author | Malcolm Priestley <tvboxspy@gmail.com> | 2015-05-31 10:35:23 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-06-01 06:24:57 +0900 |
commit | da74dbac164863685016c3a4ee06cb9db89a6f28 (patch) | |
tree | 9e541f82bf7ee6c0f4fc06312a93d12903d78786 /drivers/staging/vt6655/Makefile | |
parent | 7e4786d1ab5835e7a132dfe1d0589ffe1a575bc9 (diff) | |
download | linux-da74dbac164863685016c3a4ee06cb9db89a6f28.tar.gz linux-da74dbac164863685016c3a4ee06cb9db89a6f28.tar.bz2 linux-da74dbac164863685016c3a4ee06cb9db89a6f28.zip |
staging: vt6655: remove mib.c/h dead code.
Remove from makefile and dead variables
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/Makefile')
-rw-r--r-- | drivers/staging/vt6655/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/vt6655/Makefile b/drivers/staging/vt6655/Makefile index 115b951bf0d9..d55c3baade53 100644 --- a/drivers/staging/vt6655/Makefile +++ b/drivers/staging/vt6655/Makefile @@ -11,7 +11,6 @@ vt6655_stage-y += device_main.o \ dpc.o \ power.o \ srom.o \ - mib.o \ key.o \ rf.o |