mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 05:52:46 +00:00 
			
		
		
		
	Kernel: Remove stale includes of x86 IO header file
The AHCI code doesn't rely on x86 IO at all as it only uses memory mapped IO so we can simply remove the header. We also simply don't use x86 IO in the Intel graphics driver, so we can simply remove the include of the x86 IO header there too. Everything else was a bunch of stale includes to the x86 IO header and are actually not necessary, so let's remove them to make it easier to compile non-x86 Kernel builds.
This commit is contained in:
		
							parent
							
								
									a308331bb7
								
							
						
					
					
						commit
						f510c0ba04
					
				
					 11 changed files with 0 additions and 11 deletions
				
			
		|  | @ -7,7 +7,6 @@ | |||
| #include <AK/Atomic.h> | ||||
| #include <AK/Checked.h> | ||||
| #include <AK/Try.h> | ||||
| #include <Kernel/Arch/x86/IO.h> | ||||
| #include <Kernel/Bus/PCI/API.h> | ||||
| #include <Kernel/Bus/PCI/IDs.h> | ||||
| #include <Kernel/Debug.h> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Liav A
						Liav A