Skip to content

Commit

Permalink
Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/ker…
Browse files Browse the repository at this point in the history
…nel/git/viro/vfs

Pull ia64 build regression fix from Al Viro:
 "Fix a braino in ia64 uaccess csum changes"

* 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  fix a braino in ia64 uaccess csum changes
  • Loading branch information
torvalds committed Jun 3, 2020
2 parents e7c93cb + 174e1ea commit e8f4abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ia64/lib/csum_partial_copy.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <linux/types.h>
#include <linux/string.h>

#include <linux/uaccess.h>
#include <net/checksum.h>

/*
* XXX Fixme: those 2 inlines are meant for debugging and will go away
Expand Down

0 comments on commit e8f4abf

Please sign in to comment.