Skip to content

Commit

Permalink
mtd: docg3 fix missing bitreverse lib
Browse files Browse the repository at this point in the history
Fix missing dependency which can cause a build error such
as: ERROR: "byte_rev_table" [drivers/mtd/devices/docg3.ko]
undefined!

Reported-by: Randy Dunlap <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: Robert Jarzmik <[email protected]>
Signed-off-by: David Woodhouse <[email protected]>
  • Loading branch information
rjarzmik authored and dedekind committed Feb 4, 2013
1 parent 13daa22 commit e830342
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mtd/devices/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ config MTD_DOCG3
tristate "M-Systems Disk-On-Chip G3"
select BCH
select BCH_CONST_PARAMS
select BITREVERSE
---help---
This provides an MTD device driver for the M-Systems DiskOnChip
G3 devices.
Expand Down

0 comments on commit e830342

Please sign in to comment.