diff options
Diffstat (limited to 'recipes/linux/linux-omap-pm/dss2/0137-DSS2-VRFB-Update-license-information.patch')
-rw-r--r-- | recipes/linux/linux-omap-pm/dss2/0137-DSS2-VRFB-Update-license-information.patch | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/recipes/linux/linux-omap-pm/dss2/0137-DSS2-VRFB-Update-license-information.patch b/recipes/linux/linux-omap-pm/dss2/0137-DSS2-VRFB-Update-license-information.patch new file mode 100644 index 0000000000..e447b07bb0 --- /dev/null +++ b/recipes/linux/linux-omap-pm/dss2/0137-DSS2-VRFB-Update-license-information.patch @@ -0,0 +1,77 @@ +From 87bf295895fd2ee8a9019ddfcbef37cd98d28e20 Mon Sep 17 00:00:00 2001 +From: Tomi Valkeinen <tomi.valkeinen@nokia.com> +Date: Thu, 2 Jul 2009 11:18:43 +0300 +Subject: [PATCH 137/146] DSS2: VRFB: Update license information + +Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com> +--- + arch/arm/plat-omap/include/mach/vrfb.h | 15 ++++++--------- + arch/arm/plat-omap/vrfb.c | 20 ++++++++++++++++++++ + 2 files changed, 26 insertions(+), 9 deletions(-) + +diff --git a/arch/arm/plat-omap/include/mach/vrfb.h b/arch/arm/plat-omap/include/mach/vrfb.h +index 9647d82..1a53c0e 100644 +--- a/arch/arm/plat-omap/include/mach/vrfb.h ++++ b/arch/arm/plat-omap/include/mach/vrfb.h +@@ -1,15 +1,12 @@ + /* +- * File: arch/arm/plat-omap/include/mach/vrfb.h +- * +- * VRFB ++ * VRFB Rotation Engine + * + * Copyright (C) 2009 Nokia Corporation + * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com> + * +- * This program is free software; you can redistribute it and/or modify it +- * under the terms of the GNU General Public License as published by the +- * Free Software Foundation; either version 2 of the License, or (at your +- * option) any later version. ++ * This program is free software; you can redistribute it and/or modify ++ * it under the terms of the GNU General Public License version 2 as ++ * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of +@@ -21,8 +18,8 @@ + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + +-#ifndef __VRFB_H +-#define __VRFB_H ++#ifndef __OMAP_VRFB_H__ ++#define __OMAP_VRFB_H__ + + #include <mach/display.h> + #define OMAP_VRFB_LINE_LEN 2048 +diff --git a/arch/arm/plat-omap/vrfb.c b/arch/arm/plat-omap/vrfb.c +index 201640a..24ea412 100644 +--- a/arch/arm/plat-omap/vrfb.c ++++ b/arch/arm/plat-omap/vrfb.c +@@ -1,3 +1,23 @@ ++/* ++ * VRFB Rotation Engine ++ * ++ * Copyright (C) 2009 Nokia Corporation ++ * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com> ++ * ++ * This program is free software; you can redistribute it and/or modify ++ * it under the terms of the GNU General Public License version 2 as ++ * published by the Free Software Foundation. ++ * ++ * This program is distributed in the hope that it will be useful, 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; if not, write to the Free Software Foundation, Inc., ++ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ++ */ ++ + #include <linux/kernel.h> + #include <linux/module.h> + #include <linux/ioport.h> +-- +1.6.2.4 + |