forked from mirrors/linux
		
	MIPS: Don't unnecessarily include kmalloc.h into <asm/cache.h>.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
		
							parent
							
								
									5373633cc9
								
							
						
					
					
						commit
						296e46db00
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -9,8 +9,6 @@
 | 
				
			||||||
#ifndef _ASM_CACHE_H
 | 
					#ifndef _ASM_CACHE_H
 | 
				
			||||||
#define _ASM_CACHE_H
 | 
					#define _ASM_CACHE_H
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <kmalloc.h>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#define L1_CACHE_SHIFT		CONFIG_MIPS_L1_CACHE_SHIFT
 | 
					#define L1_CACHE_SHIFT		CONFIG_MIPS_L1_CACHE_SHIFT
 | 
				
			||||||
#define L1_CACHE_BYTES		(1 << L1_CACHE_SHIFT)
 | 
					#define L1_CACHE_BYTES		(1 << L1_CACHE_SHIFT)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue