diff options
author | Christoph Hellwig <hch@lst.de> | 2021-07-28 07:37:56 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-08-02 13:37:28 -0600 |
commit | 2164877c7f373e14e55fca20b7c4a9c436fe4462 (patch) | |
tree | 2ba3311bc57c2cb50c3417288d3ad44ff9f51654 /arch/m68k | |
parent | abd2864a3e46368a58f3718491521779099bfc14 (diff) | |
download | linux-stable-2164877c7f373e14e55fca20b7c4a9c436fe4462.tar.gz linux-stable-2164877c7f373e14e55fca20b7c4a9c436fe4462.tar.bz2 linux-stable-2164877c7f373e14e55fca20b7c4a9c436fe4462.zip |
block: remove cmdline-parser.c
cmdline-parser.c is only used by the cmdline faux partition format,
so merge the code into that and avoid an indirect call.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20210728053756.409654-1-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/configs/stmark2_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/configs/stmark2_defconfig b/arch/m68k/configs/stmark2_defconfig index d92306472fce..8898ae321779 100644 --- a/arch/m68k/configs/stmark2_defconfig +++ b/arch/m68k/configs/stmark2_defconfig @@ -22,7 +22,6 @@ CONFIG_RAMSIZE=0x8000000 CONFIG_VECTORBASE=0x40000000 CONFIG_KERNELBASE=0x40001000 # CONFIG_BLK_DEV_BSG is not set -CONFIG_BLK_CMDLINE_PARSER=y CONFIG_BINFMT_FLAT=y CONFIG_BINFMT_ZFLAT=y CONFIG_BINFMT_MISC=y |