Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | This was entirely automated, using the script by Al: PATT='^[[:blank:]]*#[[:blank:]]*include[[:blank:]]*<asm/uaccess.h>' sed -i -e "s!$PATT!#include <linux/uaccess.h>!" \ $(git grep -l "$PATT"|grep -v ^include/linux/uaccess.h) to do the replacement at the end of the merge window. Requested-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> | ||||
* | sh: comment tidying for sh64->sh migration. | Paul Mundt | 2008-01-28 | 1 | -13/+15 |
| | | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org> | ||||
* | sh: Split out extable.c _32 and _64 variants. | Paul Mundt | 2008-01-28 | 1 | -0/+80 |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> |