mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-05-14 03:23:43 +00:00
In many places, the a6 field is typecasted to struct in6_addr. As the fields are in union anyway, just add in6_addr type to the union and get rid of the typecasting. Modifying the uapi header is okay, the union has still the same size. Signed-off-by: Jiri Benc <jbenc@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>