Skip to content
Snippets Groups Projects
Commit 2515d843 authored by Marek Vasut's avatar Marek Vasut Committed by Tom Rini
Browse files

i2c: Use __weak instead of __attribute__((weak, alias))


Use __weak from linux/compiler.h instead of __attribute__((weak, alias))
to define overridable function. This patch is intended as a cleanup patch
to bring some consistency into the code.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Cc: Heiko Schocher <hs@denx.de>
parent eabd5d8d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment