tr181: qos-openwrt: fix #endif's without #if

This commit fixes compile errors when use -DGENERIC_OPENWRT,
due to unopened #endif's

Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
This commit is contained in:
Daniel Danzberger 2020-07-11 15:08:22 +02:00
parent 6a0545cf50
commit c924d27338

View file

@ -1172,7 +1172,7 @@ int os_set_QoSClassification_SourceMACAddress(char *refparam, struct dmctx *ctx,
}
return 0;
}
#endif
int get_QoSClassification_SourceMACMask(char *refparam, struct dmctx *ctx, void *data, char *instance, char **value)
{
//TODO
@ -3156,7 +3156,6 @@ int get_QoSPolicer_NonConformingCountedBytes(char *refparam, struct dmctx *ctx,
//TODO
return 0;
}
#endif
int os_get_QoSQueue_Enable(char *refparam, struct dmctx *ctx, void *data, char *instance, char **value)
{