Message ID | 1413344369-15058-6-git-send-email-rebecca.swee.fun.chang@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Oct 15, 2014 at 11:39:29AM +0800, Chang Rebecca Swee Fun wrote: > From: Andy Shevchenko <andriy.shevchenko@linux.intel.com> > > This patch removes FSF address because it can be changed. While here, update > the copyright lines by adding Intel Corp. to them. > > There is no functional change. > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> > Signed-off-by: Lee Jones <lee.jones@linaro.org> > (cherry picked from commit 85de80e8df54b43fadf6e33b3704dc3ea60181f9 linux-next) > > Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> > --- > drivers/mfd/lpc_sch.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) This patch isn't needed for LTSI or -stable kernels, so I've dropped it from the series. thanks, greg k-h
diff --git a/drivers/mfd/lpc_sch.c b/drivers/mfd/lpc_sch.c index be9f9a2..6c9d935 100644 --- a/drivers/mfd/lpc_sch.c +++ b/drivers/mfd/lpc_sch.c @@ -7,6 +7,7 @@ * Configuration Registers. * * Copyright (c) 2010 CompuLab Ltd + * Copyright (c) 2014 Intel Corp. * Author: Denis Turischev <denis@compulab.co.il> * * This program is free software; you can redistribute it and/or modify @@ -17,10 +18,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; see the file COPYING. If not, write to - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <linux/init.h>