Fixed wrong macro name used in wifi-direct-ipc.h 79/56279/1
authorNishant Chaprana <n.chaprana@samsung.com>
Wed, 6 Jan 2016 03:19:00 +0000 (08:49 +0530)
committerNishant Chaprana <n.chaprana@samsung.com>
Wed, 6 Jan 2016 03:19:00 +0000 (08:49 +0530)
This patch fixed wrong macro name used in wifi-direct-ipc.h
__WIFI_DIRECT_INTERNAL_H_ ==> __WIFI_DIRECT_IPC_H__

Change-Id: I8f0e80ecec1260dc18830567e465f0a87e788dbf
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
include/wifi-direct-ipc.h

index 9f9337e..31c755d 100755 (executable)
@@ -19,8 +19,8 @@
  *
  */
 
-#ifndef __WIFI_DIRECT_INTERNAL_H_
-#define __WIFI_DIRECT_INTERNAL_H_
+#ifndef __WIFI_DIRECT_IPC_H__
+#define __WIFI_DIRECT_IPC_H__
 
 #define true 1
 #define false 0
@@ -305,4 +305,4 @@ typedef struct
 } wifi_direct_client_noti_s;
 
 
-#endif /* __WIFI_DIRECT_INTERNAL_H_ */
+#endif /* __WIFI_DIRECT_IPC_H__ */