linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] char: xillybus: Fix condition for invoking the xillybus/ subdirectory
@ 2021-05-28  9:22 eli.billauer
  2021-05-28  9:22 ` [PATCH 2/2] char: xillybus: Remove unneeded MODULE_VERSION() usage eli.billauer
  0 siblings, 1 reply; 2+ messages in thread
From: eli.billauer @ 2021-05-28  9:22 UTC (permalink / raw)
  To: gregkh, arnd; +Cc: linux-kernel, Eli Billauer

From: Eli Billauer <eli.billauer@gmail.com>

As Xillybus' configuration symbol hierarchy has been reorganized recently,
the correct condition for compiling the xillybus/ subdirectory is now
CONFIG_XILLYBUS_CLASS, and not CONFIG_XILLYBUS.

Reported-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Eli Billauer <eli.billauer@gmail.com>
---
 drivers/char/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/char/Makefile b/drivers/char/Makefile
index ffce287ef415..c7e4fc733a37 100644
--- a/drivers/char/Makefile
+++ b/drivers/char/Makefile
@@ -44,6 +44,6 @@ obj-$(CONFIG_TCG_TPM)		+= tpm/
 
 obj-$(CONFIG_PS3_FLASH)		+= ps3flash.o
 
-obj-$(CONFIG_XILLYBUS)		+= xillybus/
+obj-$(CONFIG_XILLYBUS_CLASS)	+= xillybus/
 obj-$(CONFIG_POWERNV_OP_PANEL)	+= powernv-op-panel.o
 obj-$(CONFIG_ADI)		+= adi.o
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-28  9:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-28  9:22 [PATCH 1/2] char: xillybus: Fix condition for invoking the xillybus/ subdirectory eli.billauer
2021-05-28  9:22 ` [PATCH 2/2] char: xillybus: Remove unneeded MODULE_VERSION() usage eli.billauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).