qca: common: include the correct headers for global descriptor data size

The macro GENERATED_GBL_DATA_SIZE is available in "generic-asm-offsets.h"
which is already included from the file "include/asm-offsets.h". So ,
removing the unneccessary include from the common files.

Change-Id: Ib6a820357f5f830ab3cc12b5bced6c62a2016d95
Signed-off-by: Prabhu Jayakumar <pjayak@codeaurora.org>
This commit is contained in:
Prabhu Jayakumar 2016-11-25 14:06:35 +05:30
parent b041a1b83e
commit d870612af5
2 changed files with 0 additions and 2 deletions

View file

@ -59,7 +59,6 @@
#endif
#include <dm/root.h>
#include <linux/compiler.h>
#include <generated/asm-offsets.h>
/*
* Pointer to initial global data area

View file

@ -8,7 +8,6 @@
*/
#include <common.h>
#include <generated/asm-offsets.h>
DECLARE_GLOBAL_DATA_PTR;
#define STACK_MARKER_LEN 32