aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/epl/user/EplDllu.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-03-23 16:38:43 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 17:54:22 -0400
commit046f45fa714046ac400e22f48ec8ac77e7faf5cc (patch)
tree452221adc1c1237af391ed662742c7f54abef8d5 /drivers/staging/epl/user/EplDllu.h
parentd9068d622f6e8aeaba4049b6d4953cebc2b90938 (diff)
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 ea1f2c09d8c..890f83759ca 100644
--- a/drivers/staging/epl/user/EplDllu.h
+++ b/drivers/staging/epl/user/EplDllu.h
@@ -73,20 +73,8 @@
73 73
74#include "../EplDll.h" 74#include "../EplDll.h"
75 75
76//---------------------------------------------------------------------------
77// const defines
78//---------------------------------------------------------------------------
79
80//---------------------------------------------------------------------------
81// typedef
82//---------------------------------------------------------------------------
83
84typedef tEplKernel(* tEplDlluCbAsnd) (tEplFrameInfo * pFrameInfo_p); 76typedef tEplKernel(* tEplDlluCbAsnd) (tEplFrameInfo * pFrameInfo_p);
85 77
86//---------------------------------------------------------------------------
87// function prototypes
88//---------------------------------------------------------------------------
89
90#if(((EPL_MODULE_INTEGRATION) & (EPL_MODULE_DLLU)) != 0) 78#if(((EPL_MODULE_INTEGRATION) & (EPL_MODULE_DLLU)) != 0)
91 79
92tEplKernel EplDlluAddInstance(void); 80tEplKernel EplDlluAddInstance(void);