]> git.openfabrics.org - ~tnikolova/compat/.git/commit
compat: fix pm_qos_params compile error on 2.6.35
authorFelix Fietkau <nbd@openwrt.org>
Fri, 12 Nov 2010 19:14:44 +0000 (11:14 -0800)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Fri, 12 Nov 2010 19:14:44 +0000 (11:14 -0800)
commite8a029b5e74e4262aa498da9e7dd11b46f9a4aaf
treeeb67b755d12289728292816ba4505fbccbb42c2d
parentea54195721209a5cfc6ab4806e7fa1d61dc002ef
compat: fix pm_qos_params compile error on 2.6.35

Linux 2.6.35 pm_qos_params.h is missing a #ifndef/define/endif around
its header file contents, causing a compile error when its functions
are overwritten by macros in the compat header files.
Fix this by adding these to the compat version of this header file.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
include/linux/pm_qos_params.h