Searched hist:ffbd2685 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/s390/mm/ |
H A D | gmap.c | ffbd2685 Wed Jul 17 12:41:09 CDT 2019 Vasily Gorbik <gor@linux.ibm.com> s390/mm: make gmap_test_and_clear_dirty_pmd static
Since gmap_test_and_clear_dirty_pmd is not exported and has no reason to be globally visible make it static to avoid the following sparse warning: arch/s390/mm/gmap.c:2427:6: warning: symbol 'gmap_test_and_clear_dirty_pmd' was not declared. Should it be static?
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com> ffbd2685 Wed Jul 17 12:41:09 CDT 2019 Vasily Gorbik <gor@linux.ibm.com> s390/mm: make gmap_test_and_clear_dirty_pmd static Since gmap_test_and_clear_dirty_pmd is not exported and has no reason to be globally visible make it static to avoid the following sparse warning: arch/s390/mm/gmap.c:2427:6: warning: symbol 'gmap_test_and_clear_dirty_pmd' was not declared. Should it be static? Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
|