video_common: Removed extern.

The video timing table isn't extern.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
Andrei-Liviu Simion 2015-01-26 16:50:36 -08:00 committed by Nava kishore Manne
parent 2a4d0ee04e
commit 156f41affc

View file

@ -383,7 +383,6 @@ void XVidC_ReportTiming(XVidC_VideoTiming *Timing, u8 IsInterlaced);
/*************************** Variable Declarations ****************************/
extern const XVidC_VideoTimingMode
XVidC_VideoTimingModes[XVIDC_VM_NUM_SUPPORTED];
const XVidC_VideoTimingMode XVidC_VideoTimingModes[XVIDC_VM_NUM_SUPPORTED];
#endif /* XVIDC_H_ */