All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@xenotime.net>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
	Jiri Kosina <jkosina@suse.cz>,
	linux-input@vger.kernel.org
Subject: [PATCH -next] hid: fix WACOM Kconfig warning
Date: Thu, 29 Mar 2012 09:18:35 -0700	[thread overview]
Message-ID: <4F748B5B.9010104@xenotime.net> (raw)
In-Reply-To: <20120329144217.6cacd2f040fa9abb9190ae1e@canb.auug.org.au>

From: Randy Dunlap <rdunlap@xenotime.net>

Fix hid Kconfig warning:

drivers/hid/Kconfig:595:error: recursive dependency detected!
drivers/hid/Kconfig:595:	symbol HID_WACOM depends on HID_WACOM

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
---
 drivers/hid/Kconfig |    1 -
 1 file changed, 1 deletion(-)

--- linux-next-20120329.orig/drivers/hid/Kconfig
+++ linux-next-20120329/drivers/hid/Kconfig
@@ -595,7 +595,6 @@ config THRUSTMASTER_FF
 config HID_WACOM
 	tristate "Wacom Bluetooth devices support"
 	depends on BT_HIDP
-	depends on HID_WACOM
 	select POWER_SUPPLY
 	---help---
 	Support for Wacom Graphire Bluetooth and Intuos4 WL tablets.

  reply	other threads:[~2012-03-29 16:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-29  3:42 linux-next: Tree for Mar 29 Stephen Rothwell
2012-03-29 16:18 ` Randy Dunlap [this message]
2012-03-29 16:21   ` [PATCH -next] hid: fix WACOM Kconfig warning Przemo Firszt
2012-03-29 16:21     ` Przemo Firszt
2012-03-29 16:38 ` linux-next: Tree for Mar 29 (radio + snd) Randy Dunlap
2012-06-06 20:40   ` radio-maxiradio.c: undefined reference to `snd_tea575x_init' Fengguang Wu
2012-06-06 21:15     ` Hans Verkuil
2012-06-06 21:27       ` Fengguang Wu

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=4F748B5B.9010104@xenotime.net \
    --to=rdunlap@xenotime.net \
    --cc=jkosina@suse.cz \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.