X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=init%2Finitramfs.c;h=640557788026d8d947841c8da384056ec94ec4a0;hb=6a162836997c10bbefb7c7ca772201cc45c0e4a6;hp=13643c46ebab2cc065b4bb8a985c2cc3756d0c1b;hpb=7423fd7a6693e8c1cef6d5033ce3f9b731dbac94;p=linux.git diff --git a/init/initramfs.c b/init/initramfs.c index 13643c46ebab..640557788026 100644 --- a/init/initramfs.c +++ b/init/initramfs.c @@ -1,14 +1,4 @@ // SPDX-License-Identifier: GPL-2.0 -/* - * Many of the syscalls used in this file expect some of the arguments - * to be __user pointers not __kernel pointers. To limit the sparse - * noise, turn off sparse checking for this file. - */ -#ifdef __CHECKER__ -#undef __CHECKER__ -#warning "Sparse checking disabled for this file" -#endif - #include #include #include