Sam Ravnborg | 4914802 | 2009-01-16 21:58:10 +1000 | [diff] [blame] | 1 | #ifdef __uClinux__ |
David Howells | a1ce392 | 2012-10-02 18:01:25 +0100 | [diff] [blame] | 2 | #include <asm/uaccess_no.h> |
Sam Ravnborg | 4914802 | 2009-01-16 21:58:10 +1000 | [diff] [blame] | 3 | #else |
David Howells | a1ce392 | 2012-10-02 18:01:25 +0100 | [diff] [blame] | 4 | #include <asm/uaccess_mm.h> |
Sam Ravnborg | 4914802 | 2009-01-16 21:58:10 +1000 | [diff] [blame] | 5 | #endif |
Al Viro | 68acfdc | 2016-12-25 14:33:17 -0500 | [diff] [blame] | 6 | #include <asm/extable.h> |