Commit 2c0e5db7 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

image: Drop redundant offsetof

Already in compiler.h
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@gmail.com>
parent 54b1455e
......@@ -204,10 +204,6 @@ struct core_entry {
#endif /* CONFIG_X86_64 */
#ifndef offsetof
# define offsetof(TYPE, MEMBER) ((long) &((TYPE *)0)->MEMBER)
#endif
/*
* There are always 4 magic bytes at the
* beginning of the every file.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment