char: xilinx_hwicap: Checkpatch.pl cleanup
Remove checkpatch warning: WARNING: Use #include <linux/io.h> instead of <asm/io.h> Signed-off-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
		
					parent
					
						
							
								9093ca8891
							
						
					
				
			
			
				commit
				
					
						1dd24daef9
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -37,7 +37,7 @@ | ||||||
| #include <linux/cdev.h> | #include <linux/cdev.h> | ||||||
| #include <linux/platform_device.h> | #include <linux/platform_device.h> | ||||||
| 
 | 
 | ||||||
| #include <asm/io.h> | #include <linux/io.h> | ||||||
| 
 | 
 | ||||||
| struct hwicap_drvdata { | struct hwicap_drvdata { | ||||||
| 	u32 write_buffer_in_use;  /* Always in [0,3] */ | 	u32 write_buffer_in_use;  /* Always in [0,3] */ | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Michal Simek
				Michal Simek