Commit b04ff226 authored by Cedric Roux's avatar Cedric Roux

fix compilation of ue_ip kernel module

May not be the best solution. Maybe we can pass -DXX=XX
on the command line somehow.
parent b65af94d
......@@ -57,6 +57,7 @@
#include "platform_types.h"
#include "sap.h"
#define MAKE_VERSION(a,b,c) ((a)*256+(b)*16+(c))
typedef struct ue_ip_priv_s {
int irq;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment