All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
@ 2015-02-20  1:43 Aya Mahfouz
  2015-02-20  1:43 ` [PATCH 1/2] staging: i2o: " Aya Mahfouz
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Aya Mahfouz @ 2015-02-20  1:43 UTC (permalink / raw)
  To: outreachy-kernel

This patchset replaces <asm/uaccess.h> by <linux/uaccess.h>. The
replacements is safe since the header file <linux/uaccess.h> includes
<asm/uaccess.h>

Aya Mahfouz (2):
  staging: i2o: Use #include <linux/uaccess.h> instead of
    <asm/uaccess.h>
  staging: i2o: Use #include <linux/uaccess.h> instead of
    <asm/uaccess.h>

 drivers/staging/i2o/i2o_config.c | 3 +--
 drivers/staging/i2o/i2o_proc.c   | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

-- 
1.9.3



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-02-21  4:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20  1:43 [PATCH 0/2] Use #include <linux/uaccess.h> instead of <asm/uaccess.h> Aya Mahfouz
2015-02-20  1:43 ` [PATCH 1/2] staging: i2o: " Aya Mahfouz
2015-02-20  1:44 ` [PATCH 2/2] " Aya Mahfouz
2015-02-20  7:20 ` [Outreachy kernel] [PATCH 0/2] " Julia Lawall
2015-02-20  7:48 ` Preeti U Murthy
2015-02-21  4:30   ` Aya Mahfouz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.