]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - lib/ubsan.h
Merge tag 'irqchip-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm...
[linux.git] / lib / ubsan.h
index 7e30b26497e0cd0e2d7c055222349eac5d228a84..f4d8d0bd4016f42d7c9c50b66d0250367e8dd555 100644 (file)
@@ -57,11 +57,6 @@ struct nonnull_arg_data {
        int arg_index;
 };
 
-struct nonnull_return_data {
-       struct source_location location;
-       struct source_location attr_location;
-};
-
 struct vla_bound_data {
        struct source_location location;
        struct type_descriptor *type;