mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	params: Sort headers
Sort the headers in alphabetic order in order to ease the maintenance for this part. Reviewed-by: Luis Chamberlain <mcgrof@kernel.org> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20231120151419.1661807-5-andriy.shevchenko@linux.intel.com Signed-off-by: Kees Cook <keescook@chromium.org>
This commit is contained in:
		
							parent
							
								
									0fc79cbc93
								
							
						
					
					
						commit
						a05f096c2c
					
				
					 1 changed files with 8 additions and 8 deletions
				
			
		|  | @ -3,18 +3,18 @@ | |||
|    Copyright (C) 2001 Rusty Russell. | ||||
| 
 | ||||
| */ | ||||
| #include <linux/kernel.h> | ||||
| #include <linux/kstrtox.h> | ||||
| #include <linux/string.h> | ||||
| #include <linux/errno.h> | ||||
| #include <linux/module.h> | ||||
| #include <linux/moduleparam.h> | ||||
| #include <linux/ctype.h> | ||||
| #include <linux/device.h> | ||||
| #include <linux/err.h> | ||||
| #include <linux/errno.h> | ||||
| #include <linux/kernel.h> | ||||
| #include <linux/kstrtox.h> | ||||
| #include <linux/module.h> | ||||
| #include <linux/moduleparam.h> | ||||
| #include <linux/overflow.h> | ||||
| #include <linux/slab.h> | ||||
| #include <linux/ctype.h> | ||||
| #include <linux/security.h> | ||||
| #include <linux/slab.h> | ||||
| #include <linux/string.h> | ||||
| 
 | ||||
| #ifdef CONFIG_SYSFS | ||||
| /* Protects all built-in parameters, modules use their own param_lock */ | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Andy Shevchenko
						Andy Shevchenko