aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2016-01-14 15:17:05 -0800
committerLinus Torvalds <[email protected]>2016-01-14 16:00:49 -0800
commit2886357b24662fcf7dc138c9d5e3166e99a55750 (patch)
tree50b11903c5a7c0fa63622d4b3f55bc811cd3d3ad /tools/perf/scripts/python/export-to-postgresql.py
parent2f632369ab795ebadc1a12a609e5bd4f80f31924 (diff)
logfs: fix logfs build errors and dependencies
Fix build errors that happen when CONFIG_LOGFS=y and CONFIG_MTD=m: fs/built-in.o: In function `logfs_mount': super.c:(.text+0x92a6f): undefined reference to `logfs_get_sb_mtd' fs/built-in.o: In function `logfs_get_sb_bdev': (.text+0x93530): undefined reference to `logfs_get_sb_mtd' This patch avoids the error by changing the dependencies of logfs in a way that we can no longer configure logfs as built-in when the MTD core is a loadable module, while leaving the dependency to require at least one of MTD or BLOCK to be enabled. Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Randy Dunlap <[email protected]> Cc: Michal Marek <[email protected]> Cc: Peter Chen <[email protected]> Cc: Randy Dunlap <[email protected]> Cc: Joern Engel <[email protected]> Cc: Prasad Joshi <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions