aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/epl/user/EplIdentu.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-03-23 13:38:43 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 14:54:22 -0700
commit046f45fa714046ac400e22f48ec8ac77e7faf5cc (patch)
tree452221adc1c1237af391ed662742c7f54abef8d5 /drivers/staging/epl/user/EplIdentu.h
parentStaging: epl: remove EPLDLLEXPORT (diff)
downloadlinux-dev-046f45fa714046ac400e22f48ec8ac77e7faf5cc.tar.xz
linux-dev-046f45fa714046ac400e22f48ec8ac77e7faf5cc.zip
Staging: epl: fix up epl/user/*.h files
Only include a file if it's needed. Also remove some unused comments from the boilerplate text. Cc: Daniel Krueger <daniel.krueger@systec-electronic.com> Cc: Ronald Sieber <Ronald.Sieber@systec-electronic.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/epl/user/EplIdentu.h')
-rw-r--r--drivers/staging/epl/user/EplIdentu.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/drivers/staging/epl/user/EplIdentu.h b/drivers/staging/epl/user/EplIdentu.h
index 973e4b34ecd9..057c9029e988 100644
--- a/drivers/staging/epl/user/EplIdentu.h
+++ b/drivers/staging/epl/user/EplIdentu.h
@@ -68,27 +68,15 @@
****************************************************************************/
-#include "../EplDll.h"
-
#ifndef _EPLIDENTU_H_
#define _EPLIDENTU_H_
-//---------------------------------------------------------------------------
-// const defines
-//---------------------------------------------------------------------------
-
-//---------------------------------------------------------------------------
-// typedef
-//---------------------------------------------------------------------------
+#include "../EplDll.h"
typedef tEplKernel(* tEplIdentuCbResponse) (unsigned int uiNodeId_p,
tEplIdentResponse *
pIdentResponse_p);
-//---------------------------------------------------------------------------
-// function prototypes
-//---------------------------------------------------------------------------
-
tEplKernel EplIdentuInit(void);
tEplKernel EplIdentuAddInstance(void);