diff mbox

crypto: nx - drop duplicate header types.h

Message ID 3923d14d2f0129262f8088e1a1880718765fdce9.1478868492.git.geliangtang@gmail.com (mailing list archive)
State Not Applicable
Headers show

Commit Message

Geliang Tang Nov. 11, 2016, 12:50 p.m. UTC
Drop duplicate header types.h from nx.c.

Signed-off-by: Geliang Tang <geliangtang@gmail.com>
---
 drivers/crypto/nx/nx.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/drivers/crypto/nx/nx.c b/drivers/crypto/nx/nx.c
index 42f0f22..036057a 100644
--- a/drivers/crypto/nx/nx.c
+++ b/drivers/crypto/nx/nx.c
@@ -32,7 +32,6 @@ 
 #include <linux/scatterlist.h>
 #include <linux/device.h>
 #include <linux/of.h>
-#include <linux/types.h>
 #include <asm/hvcall.h>
 #include <asm/vio.h>