aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/epl/user/EplDllu.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/EplDllu.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/EplDllu.h')
-rw-r--r--drivers/staging/epl/user/EplDllu.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/staging/epl/user/EplDllu.h b/drivers/staging/epl/user/EplDllu.h
index ea1f2c09d8ce..890f83759ca9 100644
--- a/drivers/staging/epl/user/EplDllu.h
+++ b/drivers/staging/epl/user/EplDllu.h
@@ -73,20 +73,8 @@
#include "../EplDll.h"
-//---------------------------------------------------------------------------
-// const defines
-//---------------------------------------------------------------------------
-
-//---------------------------------------------------------------------------
-// typedef
-//---------------------------------------------------------------------------
-
typedef tEplKernel(* tEplDlluCbAsnd) (tEplFrameInfo * pFrameInfo_p);
-//---------------------------------------------------------------------------
-// function prototypes
-//---------------------------------------------------------------------------
-
#if(((EPL_MODULE_INTEGRATION) & (EPL_MODULE_DLLU)) != 0)
tEplKernel EplDlluAddInstance(void);