Drop unnecessary inclusions of pxa.h header
Seceral files contained onnecessary dependencies on hw/pxa.h header. Drop unused references. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
This commit is contained in:
		
							parent
							
								
									7fe63a170a
								
							
						
					
					
						commit
						21c75ddbf9
					
				| @ -8,7 +8,6 @@ | ||||
|  * This code is licensed under the GNU GPL v2. | ||||
|  */ | ||||
| #include "hw.h" | ||||
| #include "pxa.h" | ||||
| #include "devices.h" | ||||
| #include "flash.h" | ||||
| #include "console.h" | ||||
|  | ||||
| @ -16,7 +16,6 @@ | ||||
|  * with this program; if not, see <http://www.gnu.org/licenses/>.
 | ||||
|  */ | ||||
| #include "hw.h" | ||||
| #include "pxa.h" | ||||
| #include "sharpsl.h" | ||||
| #include "sysbus.h" | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Dmitry Eremin-Solenikov
						Dmitry Eremin-Solenikov