--- /dev/null +++ b/include/linux/decompress/unlzo_mm.h @@ -0,0 +1,10 @@ +#ifndef UNLZO_MM_H +#define UNLZO_MM_H + +#ifdef STATIC +#define INIT +#else +#define INIT __init +#endif + +#endif --- a/lib/decompress_unlzo.c +++ b/lib/decompress_unlzo.c @@ -38,6 +38,7 @@ #include #include +#include #include #include //git.panaceas.org/openwrt/em-br6478acv2/master-187ad058' title='openwrt/em-br6478acv2/master-187ad058 Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
blob: 3a37c951ec007e297072b53e77c64c7668b46c41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17