Commit 73af72ed authored by David Brownell's avatar David Brownell Committed by Kevin Hilman

dm355evm_keys rm extra header

Remove a header inclusion that was accidentaly
left over from debugging.
Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent b0b7e120
......@@ -37,8 +37,6 @@ struct dm355evm_keys {
int irq;
};
#include <linux/gpio.h>
static irqreturn_t dm355evm_keys_irq(int irq, void *_keys)
{
struct dm355evm_keys *keys = _keys;
......
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