compat: remove backport of irq_modify_status
authorHauke Mehrtens <hauke@hauke-m.de>
Thu, 2 Aug 2012 16:28:00 +0000 (18:28 +0200)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Mon, 6 Aug 2012 18:36:32 +0000 (11:36 -0700)
commit67ccbfd69e20856ce41d6b046bb39ea7141040d6
treeee4013b3befb61c4e1fe5eeaab603e7c5f059fa7
parent656d3e6e6b3bfc014b0610031f7e3b0a53da6eb8
compat: remove backport of irq_modify_status

Only kernel >= 2.6.39 irq_to_desc or irq_desc are exporting, so that
compat is not able to access this on the kernel versions where it is
needed. irq_to_desc and irq_desc are defined in the header files so
compilation works, but the module is not loadable because of the
missing exported symbol which make compat unusable on all these kernel
versions. Remove this function, no driver seams to need it.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
compat/compat-2.6.37.c
include/linux/compat-2.6.37.h