mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: "devel@driverdev.osuosl.org" <devel@driverdev.osuosl.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jain Roy Ambi <JainRoy.Ambi@microchip.com>,
	Andrey Shvetsov <andrey.shvetsov@k2l.de>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH -next] staging: most: fix hdm-dim2 build error
Date: Mon, 03 Aug 2015 11:35:51 -0700	[thread overview]
Message-ID: <55BFB487.5040207@infradead.org> (raw)

From: Randy Dunlap <rdunlap@infradead.org>

Fix build of hdm-dim2. Since it calls a function that is provided
by AIM_NETWORK, make it depend on that symbol.

Also fix a misspelling in the Kconfig file.

drivers/built-in.o: In function `deliver_netinfo_thread':
dim2_hdm.c:(.text+0x3a9563): undefined reference to `most_deliver_netinfo'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jain Roy Ambi <JainRoy.Ambi@microchip.com>
Cc: Andrey Shvetsov <andrey.shvetsov@k2l.de>
---
 drivers/staging/most/hdm-dim2/Kconfig |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- linux-next-20150803.orig/drivers/staging/most/hdm-dim2/Kconfig
+++ linux-next-20150803/drivers/staging/most/hdm-dim2/Kconfig
@@ -4,9 +4,10 @@
 
 config HDM_DIM2
 	tristate "DIM2 HDM"
+	depends on AIM_NETWORK
 
 	---help---
-	  Say Y here if you want to connect via MediaLB to network tranceiver.
+	  Say Y here if you want to connect via MediaLB to network transceiver.
 	  This device driver is platform dependent and needs an addtional
 	  platform driver to be installed. For more information contact
 	  maintainer of this driver.

                 reply	other threads:[~2015-08-03 18:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55BFB487.5040207@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=JainRoy.Ambi@microchip.com \
    --cc=andrey.shvetsov@k2l.de \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®