From: Andrew Morton Date: Wed, 25 Apr 2012 01:03:33 +0000 (+1000) Subject: hugetlb-use-mmu_gather-instead-of-a-temporary-linked-list-for-accumulating-pages... X-Git-Tag: next-20120430~2^2~148 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4a95ae9d5f925a630f0fe789974b8543246e9f74;p=karo-tx-linux.git hugetlb-use-mmu_gather-instead-of-a-temporary-linked-list-for-accumulating-pages-fix-fix In file included from fs/proc/meminfo.c:2: include/linux/hugetlb.h:126: warning: 'struct mmu_gather' declared inside parameter list include/linux/hugetlb.h:126: warning: its scope is only this definition or declaration, which is probably not what you want what a mess :( Cc: "Aneesh Kumar K.V" Cc: Andrea Arcangeli Cc: Aneesh Kumar K.V Cc: Hillf Danton Cc: Johannes Weiner Cc: KAMEZAWA Hiroyuki Cc: Michal Hocko Signed-off-by: Andrew Morton --- diff --git a/include/linux/hugetlb.h b/include/linux/hugetlb.h index d9f427dea086..4b3f38542a3c 100644 --- a/include/linux/hugetlb.h +++ b/include/linux/hugetlb.h @@ -7,6 +7,7 @@ struct ctl_table; struct user_struct; +struct mmu_gather; #ifdef CONFIG_HUGETLB_PAGE