Skip to content

Commit

Permalink
batman-adv: drop dependency against CRC16
Browse files Browse the repository at this point in the history
The crc16 functionality is not used anymore, therefore
we can safely remove the dependency in the Kbuild file.

Signed-off-by: Antonio Quartulli <[email protected]>
  • Loading branch information
ordex committed Jan 12, 2014
1 parent 8d90d77 commit 12afc36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/batman-adv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
config BATMAN_ADV
tristate "B.A.T.M.A.N. Advanced Meshing Protocol"
depends on NET
select CRC16
select LIBCRC32C
default n
help
Expand Down

0 comments on commit 12afc36

Please sign in to comment.