Commit 7aea5de4 authored by Jean Delvare's avatar Jean Delvare Committed by Tom Rini

[PATCH] I2C: i2c-rpx.c doesn't need ioports.h nor parport.h

One more simple patch... These headers are useless as far as I can see.
parent 6f48ec0f
......@@ -12,11 +12,9 @@
*/
#include <linux/kernel.h>
#include <linux/ioport.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/stddef.h>
#include <linux/parport.h>
#include <linux/i2c.h>
#include <linux/i2c-algo-8xx.h>
#include <asm/mpc8xx.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment