Skip to content
Snippets Groups Projects
Commit b8317491 authored by Bruce Ashfield's avatar Bruce Ashfield Committed by Bruce Ashfield
Browse files

Revert "Input: i8042-io - fix up region handling on MIPS"

This reverts commit 197a1e96.
parent e470ac7d
Loading
......@@ -70,7 +70,7 @@ static inline int i8042_platform_init(void)
if (check_legacy_ioport(I8042_DATA_REG))
return -ENODEV;
#endif
#if !defined(__sh__) && !defined(__alpha__)
#if !defined(__sh__) && !defined(__alpha__) && !defined(__mips__)
if (!request_region(I8042_DATA_REG, 16, "i8042"))
return -EBUSY;
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment