Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933407AbbENNut (ORCPT ); Thu, 14 May 2015 09:50:49 -0400 Received: from mail-wi0-f174.google.com ([209.85.212.174]:37672 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933052AbbENNus (ORCPT ); Thu, 14 May 2015 09:50:48 -0400 From: Valentin Rothberg To: benjamin.romer@unisys.com, david.kershner@unisys.com, gregkh@linuxfoundation.org, erik.arfvidson@unisys.com Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, stefan.hengelein@fau.de, Valentin Rothberg Subject: [PATCH] staging: unisys: cleanup UNISYS_VISORUTIL Date: Thu, 14 May 2015 15:50:32 +0200 Message-Id: <1431611432-4459-1-git-send-email-valentinrothberg@gmail.com> X-Mailer: git-send-email 2.4.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1053 Lines: 29 Commit 53490b545cb0 ("staging: unisys: move periodic_work.c into the visorbus directory") removed the Kconfig option UNISYS_VISORUTIL, but left one reference in a Kconfig select. Remove this last reference. Signed-off-by: Valentin Rothberg --- drivers/staging/unisys/visorchannel/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/unisys/visorchannel/Kconfig b/drivers/staging/unisys/visorchannel/Kconfig index 8d31bebf039a..3148f6b2a2e9 100644 --- a/drivers/staging/unisys/visorchannel/Kconfig +++ b/drivers/staging/unisys/visorchannel/Kconfig @@ -4,7 +4,6 @@ config UNISYS_VISORCHANNEL tristate "Unisys visorchannel driver" - select UNISYS_VISORUTIL ---help--- If you say Y here, you will enable the Unisys visorchannel driver. -- 2.4.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/