crypto: Clean up header file inclusion and location

- Create a flat directory structure for hw crypto modules
  that includes all source and all header files.
- Remove msm/inc directory
- Relocate qcedev.h header file to include/linux

Signed-off-by: Mona Hossain <mhossain@codeaurora.org>
diff --git a/drivers/crypto/msm/qce.c b/drivers/crypto/msm/qce.c
index 077e6c0..d1f564b 100644
--- a/drivers/crypto/msm/qce.c
+++ b/drivers/crypto/msm/qce.c
@@ -26,14 +26,13 @@
 #include <linux/crypto.h>
 #include <crypto/hash.h>
 #include <crypto/sha.h>
-
+#include <linux/qcedev.h>
 #include <linux/qcota.h>
 #include <mach/dma.h>
 
-#include "inc/qce.h"
-#include "inc/qcedev.h"
-#include "inc/qcryptohw_30.h"
-#include "inc/qce_ota.h"
+#include "qce.h"
+#include "qcryptohw_30.h"
+#include "qce_ota.h"
 
 /* ADM definitions */
 #define LI_SG_CMD  (1 << 31)    /* last index in the scatter gather cmd */