ksmbd: fixes build on kernel 5.4

Fixes: 01aef11 ("ksmbd: add out-of-tree module")
Fixes: 94e2af1 ("ksmbd: update to 3.4.5")
Fixes: #9648
This commit is contained in:
AmadeusGhost 2022-06-19 23:50:10 +08:00 committed by AmadeusGhost
parent 6adba088c0
commit d5fdefb31a
2 changed files with 23 additions and 0 deletions

View File

@ -3862,6 +3862,7 @@ CONFIG_NMI_LOG_BUF_SHIFT=13
# CONFIG_OF_OVERLAY is not set
CONFIG_OF_RESERVED_MEM=y
# CONFIG_OF_UNITTEST is not set
# CONFIG_OID_REGISTRY is not set
# CONFIG_OMAP2_DSS_DEBUG is not set
# CONFIG_OMAP2_DSS_DEBUGFS is not set
# CONFIG_OMAP2_DSS_SDI is not set

View File

@ -0,0 +1,22 @@
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -2249,7 +2249,7 @@ config PADATA
bool
config ASN1
- tristate
+ tristate "ASN1"
help
Build a simple ASN.1 grammar compiler that produces a bytecode output
that can be interpreted by the ASN.1 stream decoder and used to
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -572,7 +572,7 @@ config LIBFDT
bool
config OID_REGISTRY
- tristate
+ tristate "OID"
help
Enable fast lookup object identifier registry.