Remove the alignment from the struct declaration. The macro
instantiating it DEFINE_TEST_WITH_FUNC already has (proper) alignment.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/376
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
bool expected_fail;
/* allow to skip tests that don't meet compile-time dependencies */
bool skip;
-} __attribute__((aligned(8)));
+};
int test_init(const struct test *start, const struct test *stop, int argc,
char *const argv[]);