* [PATCH] omap3-sgx-modules: fix proc related build errors
@ 2009-09-10 5:39 Mike Rapoport
2010-03-26 21:59 ` Stefan Schmidt
0 siblings, 1 reply; 4+ messages in thread
From: Mike Rapoport @ 2009-09-10 5:39 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
---
.../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 <mike@compulab.co.il>
+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
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] omap3-sgx-modules: fix proc related build errors
2009-09-10 5:39 [PATCH] omap3-sgx-modules: fix proc related build errors Mike Rapoport
@ 2010-03-26 21:59 ` Stefan Schmidt
2010-03-27 8:18 ` Koen Kooi
0 siblings, 1 reply; 4+ messages in thread
From: Stefan Schmidt @ 2010-03-26 21:59 UTC (permalink / raw)
To: openembedded-devel
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 <mike@compulab.co.il>
> ---
> .../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 <mike@compulab.co.il>
> +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
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] omap3-sgx-modules: fix proc related build errors
2010-03-26 21:59 ` Stefan Schmidt
@ 2010-03-27 8:18 ` Koen Kooi
2010-03-27 8:33 ` Stefan Schmidt
0 siblings, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2010-03-27 8:18 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 26-03-10 22:59, Stefan Schmidt wrote:
> Hello.
>
> Koen, omap3-sgx-modules is your area of expertise. Can you comment on this?
1.3.x is gone from OE now, we only have 1.4.x now, that doesn't need
this patch.
regards,
Koen
>
> regards
> Stefan Schmidt
>
> On Thu, 2009-09-10 at 08:39, Mike Rapoport wrote:
>> Signed-off-by: Mike Rapoport <mike@compulab.co.il>
>> ---
>> .../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 <mike@compulab.co.il>
>> +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
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFLrb9CMkyGM64RGpERAhHsAJ0ZD055MyfH7jq0lqAo7bXmXBoBugCguDeg
ZGWnBvLqUyrZsTMI83L3pHU=
=sQJf
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-03-27 8:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-10 5:39 [PATCH] omap3-sgx-modules: fix proc related build errors Mike Rapoport
2010-03-26 21:59 ` Stefan Schmidt
2010-03-27 8:18 ` Koen Kooi
2010-03-27 8:33 ` Stefan Schmidt
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.