build: Remove the unnecessary check to enable rmnet
At the moment, to enable rmnet the ifla_rmnet_flags
struct is checked in if_link.h
header. However, this is not necessary because libqmi
already includes the if_link_rmnet.h
header.
The unnecessary check has been removed.
Refs !292 (merged)