net: uec: Fix uccf.h and uec.h headers to include headers they depend on

Headers should include headers containing prototypes and defines they
depend on, don't assume that they're included by somebody else.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
diff --git a/drivers/qe/uccf.h b/drivers/qe/uccf.h
index 1ff9e1d..2404c6a 100644
--- a/drivers/qe/uccf.h
+++ b/drivers/qe/uccf.h
@@ -25,6 +25,7 @@
 
 #include "common.h"
 #include "qe.h"
+#include "asm/immap_qe.h"
 
 /* Fast or Giga ethernet
 */