summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorBenoit Boissinot <benoit.boissinot@ens-lyon.org>2005-04-16 15:25:59 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 15:25:59 -0700
commit9a8488965dc4c42a4a1f84cab907c7d6c5cf1563 (patch)
tree58581a02cc06bb1a2991209c9e4d559353cbec6f /sound
parentb52402c783d8c16b11f146a244bb21086a94bf84 (diff)
downloadop-kernel-dev-9a8488965dc4c42a4a1f84cab907c7d6c5cf1563.zip
op-kernel-dev-9a8488965dc4c42a4a1f84cab907c7d6c5cf1563.tar.gz
[PATCH] cpuset: remove function attribute const
gcc-4 warns with include/linux/cpuset.h:21: warning: type qualifiers ignored on function return type cpuset_cpus_allowed is declared with const extern const cpumask_t cpuset_cpus_allowed(const struct task_struct *p); First const should be __attribute__((const)), but the gcc manual explains that: "Note that a function that has pointer arguments and examines the data pointed to must not be declared const. Likewise, a function that calls a non-const function usually must not be const. It does not make sense for a const function to return void." The following patch remove const from the function declaration. Signed-off-by: Benoit Boissinot <benoit.boissinot@ens-lyon.org> Acked-by: Paul Jackson <pj@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud