]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commitdiff
net/rpmsg: remove rwlock.h header inclusion
authorSuman Anna <s-anna@ti.com>
Mon, 31 Aug 2015 22:07:13 +0000 (17:07 -0500)
committerSuman Anna <s-anna@ti.com>
Tue, 1 Sep 2015 17:30:56 +0000 (12:30 -0500)
The rpmsg-proto driver is currently including the linux/rwlock.h
header file, and it is not recommended to be including this header
file directly. So remove the inclusion of this header file.

Signed-off-by: Suman Anna <s-anna@ti.com>
net/rpmsg/rpmsg_proto.c

index 3d0d253c7e86039d27db7bedf8e1135d931cb26d..d6663800e9f4c59271518ffa3ff954cce5893523 100644 (file)
@@ -27,7 +27,6 @@
 #include <linux/list.h>
 #include <linux/errno.h>
 #include <linux/skbuff.h>
-#include <linux/rwlock.h>
 #include <linux/err.h>
 #include <linux/mutex.h>
 #include <linux/rpmsg.h>