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

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

This reverts commit 197a1e96.
parent 99dc6f36
No related merge requests found
......@@ -76,7 +76,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