diff options
author | Malcolm Priestley <tvboxspy@gmail.com> | 2014-10-29 17:55:43 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-10-29 13:34:44 -0700 |
commit | 029c7d225aa431fa09af97e855e3d12d5aed8a6c (patch) | |
tree | 318bae4ca7c6f5f96814e57c3d32d1b1f80a0ee8 /drivers/staging/vt6655/Makefile | |
parent | 1243317b4670db31b12a9ed6364b0ffd0692c4d1 (diff) |
staging: vt6655L remove tether.c functions
remove
ETHbyGetHashIndexByCrc32
ETHbIsBufferCrc32Ok
tether.h header will be removed later
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 d571e6f46ade..1a5876deba8e 100644 --- a/drivers/staging/vt6655/Makefile +++ b/drivers/staging/vt6655/Makefile @@ -14,7 +14,6 @@ vt6655_stage-y += device_main.o \ power.o \ srom.o \ mib.o \ - tether.o \ tcrc.o \ key.o \ rf.o |