X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=common%2Fexports.c;h=b97ca48307dcba1493d9426bde8e6f706d8fa1ed;hb=4641c211f6e37454c30770521c4de79c725036b0;hp=3dff7351bc3d3a5204d4fde0cdeb5d16b28d4bc9;hpb=2e6e1772c0e34871769be4aef79748fe3e47d953;p=karo-tx-uboot.git diff --git a/common/exports.c b/common/exports.c index 3dff7351bc..b97ca48307 100644 --- a/common/exports.c +++ b/common/exports.c @@ -1,5 +1,6 @@ #include #include +#include DECLARE_GLOBAL_DATA_PTR; @@ -15,7 +16,7 @@ unsigned long get_version(void) /* Reuse _exports.h with a little trickery to avoid bitrot */ #define EXPORT_FUNC(sym) gd->jt[XF_##sym] = (void *)sym; -#if !defined(CONFIG_I386) && !defined(CONFIG_PPC) +#if !defined(CONFIG_X86) && !defined(CONFIG_PPC) # define install_hdlr dummy # define free_hdlr dummy #else /* kludge for non-standard function naming */