Hello.

Koen, omap3-sgx-modules is your area of expertise. Can you comment on this?

regards
Stefan Schmidt

On Thu, 2009-09-10 at 08:39, Mike Rapoport wrote:
> Signed-off-by: Mike Rapoport <[email protected]>
> ---
>  .../fix-proc-compile-errors.patch                  |   36 
> ++++++++++++++++++++
>  .../omap3-sgx-modules_1.3.13.1607.bb               |    1 +
>  2 files changed, 37 insertions(+), 0 deletions(-)
>  create mode 100644 
> recipes/powervr-drivers/omap3-sgx-modules/fix-proc-compile-errors.patch
> 
> diff --git 
> a/recipes/powervr-drivers/omap3-sgx-modules/fix-proc-compile-errors.patch 
> b/recipes/powervr-drivers/omap3-sgx-modules/fix-proc-compile-errors.patch
> new file mode 100644
> index 0000000..890dc67
> --- /dev/null
> +++ b/recipes/powervr-drivers/omap3-sgx-modules/fix-proc-compile-errors.patch
> @@ -0,0 +1,36 @@
> +From af0a5882ad56d484c94555940c7987ad1a50930f Mon Sep 17 00:00:00 2001
> +From: Mike Rapoport <[email protected]>
> +Date: Wed, 9 Sep 2009 18:09:04 +0300
> +Subject: [PATCH] Fix proc compile errors
> +
> +---
> + services4/srvkm/env/linux/proc.c |    3 ---
> + 1 files changed, 0 insertions(+), 3 deletions(-)
> + mode change 100755 => 100644 services4/srvkm/env/linux/proc.c
> +
> +diff --git a/services4/srvkm/env/linux/proc.c 
> b/services4/srvkm/env/linux/proc.c
> +old mode 100755
> +new mode 100644
> +index 274c35f..8470f5a
> +--- a/services4/srvkm/env/linux/proc.c
> ++++ b/services4/srvkm/env/linux/proc.c
> +@@ -134,7 +134,6 @@ int CreateProcEntry(const char * name, read_proc_t 
> rhandler, write_proc_t whandl
> + 
> +     if (file)
> +     {
> +-        file->owner = THIS_MODULE;
> +             file->read_proc = rhandler;
> +             file->write_proc = whandler;
> +             file->data = data;
> +@@ -165,8 +164,6 @@ int CreateProcReadEntry(const char * name, 
> pvr_read_proc_t handler)
> + 
> +     if (file)
> +     {
> +-        file->owner = THIS_MODULE;
> +-
> +         return 0;
> +     }
> + 
> +-- 
> +1.6.0.6
> +
> diff --git a/recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1607.bb 
> b/recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1607.bb
> index 8e4d2a2..527ef2c 100644
> --- a/recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1607.bb
> +++ b/recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1607.bb
> @@ -7,6 +7,7 @@ SRC_URI = "file://omap3-sgx-modules-${PV}.tar.bz2 \
>             file://0002-Compile-fixes-for-DSS2.patch;patch=1 \
>             file://rotation-dss2.patch;patch=1 \
>             file://build_es3.x_sgx.patch;patch=1 \
> +        file://fix-proc-compile-errors.patch;patch=1 \
>  "
>  
>  PVRBUILD = "release"
> -- 
> 1.6.0.6
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> [email protected]
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to