[Armadeus-commitlog] armadeus branch, master, updated. release-3.4-118-g0c348c8
Brought to you by:
sszy
|
From: jscheer <js...@us...> - 2011-05-04 13:20:33
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 0c348c849bc39cc68d5892d176988b3ff85fd879 (commit)
from 63e2c7a68b1e3334c42f9bffd0e4c8314caf7cd4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0c348c849bc39cc68d5892d176988b3ff85fd879
Author: Jeremie Scheer <jer...@ar...>
Date: Wed May 4 15:19:55 2011 +0200
[LINUX] [2.6.38.1] Do not export irq_desc structure in patch 199 anymore.
-----------------------------------------------------------------------
Summary of changes:
...nel_to_export_some_irq_handling_functions.patch | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.38/199-armadeus-hack_kernel_to_export_some_irq_handling_functions.patch b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.38/199-armadeus-hack_kernel_to_export_some_irq_handling_functions.patch
index 2d4de9b..73aba73 100644
--- a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.38/199-armadeus-hack_kernel_to_export_some_irq_handling_functions.patch
+++ b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.38/199-armadeus-hack_kernel_to_export_some_irq_handling_functions.patch
@@ -46,15 +46,3 @@ Index: linux-2.6.38.1/kernel/irq/irqdesc.c
struct irq_desc *irq_to_desc_alloc_node(unsigned int irq, int node)
{
-Index: linux-2.6.38.1/include/linux/irqdesc.h
-===================================================================
---- linux-2.6.38.1.orig/include/linux/irqdesc.h 2011-05-04 11:12:35.000000000 +0200
-+++ linux-2.6.38.1/include/linux/irqdesc.h 2011-05-04 11:12:55.000000000 +0200
-@@ -85,6 +85,7 @@
- #ifndef CONFIG_SPARSE_IRQ
- extern struct irq_desc irq_desc[NR_IRQS];
- #endif
-+EXPORT_SYMBOL_GPL(irq_desc);
-
- /* Will be removed once the last users in power and sh are gone */
- extern struct irq_desc *irq_to_desc_alloc_node(unsigned int irq, int node);
hooks/post-receive
--
armadeus
|