mirror of
				https://github.com/torvalds/linux.git
				synced 2025-10-31 00:28:52 +02:00 
			
		
		
		
	kernel.h: doesn't explicitly use bug.h, so don't include it.
This header isn't using bug.h infrastructure, but due to historical reasons, it was including it. Removing it revealed several implicit dependencies (since kernel.h is everywhere) so we've fixed those 1st before deploying this change. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
This commit is contained in:
		
							parent
							
								
									35edd9103c
								
							
						
					
					
						commit
						6c03438ede
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -20,7 +20,6 @@ | |||
| #include <linux/printk.h> | ||||
| #include <linux/dynamic_debug.h> | ||||
| #include <asm/byteorder.h> | ||||
| #include <asm/bug.h> | ||||
| 
 | ||||
| #define USHRT_MAX	((u16)(~0U)) | ||||
| #define SHRT_MAX	((s16)(USHRT_MAX>>1)) | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Paul Gortmaker
						Paul Gortmaker