summaryrefslogtreecommitdiff
path: root/arch/m32r
diff options
context:
space:
mode:
authorFrederic Weisbecker <fweisbec@gmail.com>2008-10-03 10:10:10 (GMT)
committerIngo Molnar <mingo@elte.hu>2008-10-03 11:39:50 (GMT)
commitd294eb83d8d39a29f01dad391f15fc3a29aa04f9 (patch)
tree39e8bbcf4f4778e7aa29ef2df66e0b10d1097bbe /arch/m32r
parentb5ff7df3df9efab511244d5a299fce706c71af48 (diff)
downloadlinux-d294eb83d8d39a29f01dad391f15fc3a29aa04f9.tar.xz
cpusets: scan_for_empty_cpusets(), cpuset doesn't seem to be so const
This fixes a warning on latest -tip: kernel/cpuset.c: Dans la fonction «scan_for_empty_cpusets» : kernel/cpuset.c:1932: attention : passing argument 1 of «list_add_tail» discards qualifiers from pointer target type Actually the struct cpuset *root passed in parameter to scan_for_empty_cpusets is not supposed to be const since an entry is added on the tail of its list. Just correct the qualifier. Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/m32r')
0 files changed, 0 insertions, 0 deletions