dp: rx: Moved xdprx.h include below XDp_Config type definition dependency.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
Andrei-Liviu Simion 2015-01-12 10:55:13 -08:00 committed by Nava kishore Manne
parent 0b0c1897cc
commit 5e3c1dba5a

View file

@ -206,8 +206,7 @@
/******************************* Include Files ********************************/
#include "xil_types.h"
#include "xdprx.h"
/* xdptx.h is included below for backward compatiblity. */
/* xdprx.h and xdptx.h are included. They require some type definitions. */
/****************************** Type Definitions ******************************/
@ -301,6 +300,7 @@ XDp_Config *XDp_LookupConfig(u16 DeviceId);
#define XDptx_Config XDp_Config
#define XDptx_TimerHandler XDp_TimerHandler
#include "xdprx.h"
#include "xdptx.h"
#endif /* XDP_H_ */