From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752767AbbJEJq6 (ORCPT ); Mon, 5 Oct 2015 05:46:58 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:48670 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752167AbbJEJq5 (ORCPT ); Mon, 5 Oct 2015 05:46:57 -0400 Date: Mon, 5 Oct 2015 12:46:43 +0300 From: Dan Carpenter To: Sudip Mukherjee Cc: Lidza Louina , Daeseok Youn , Greg Kroah-Hartman , devel@driverdev.osuosl.org, driverdev-devel@linuxdriverproject.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: dgap: remove unused configuration Message-ID: <20151005094643.GM7340@mwanda> References: <1443973760-21093-1-git-send-email-sudipm.mukherjee@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1443973760-21093-1-git-send-email-sudipm.mukherjee@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: userv0021.oracle.com [156.151.31.71] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 04, 2015 at 09:19:20PM +0530, Sudip Mukherjee wrote: > The IO configuration was not used to configure the board. It was only > read from the configuration file. Stop reading it and also remove the > other related variables defined for it. > > Signed-off-by: Sudip Mukherjee But say someone has an old config file with IO in it, doesn't this break their system? regards, dan carpenter