symbol: preserve address space qualifiers with typeof() When we're parsing typeof(var) we then preserve the address space qualifiers as well. Otherwise it leads to warnings like this: "warning: cast removes address space '__seg_gs' of expression" Reported-by: Uros Bizjak <ubizjak@gmail.com> Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> Signed-off-by: Chris Li <chriscli@google.com>