diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-08-08 21:33:34 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-08-09 11:15:13 -0700 |
commit | e6ca23289f865f0372b89f42884c258a8e85460b (patch) | |
tree | 595734fd1b02cb1326c896b822f23f7af7c501f9 /drivers/video | |
parent | 28efb9e1a758435bb9d49798400fb0373d018d5c (diff) | |
download | kernel_samsung_smdk4412-e6ca23289f865f0372b89f42884c258a8e85460b.zip kernel_samsung_smdk4412-e6ca23289f865f0372b89f42884c258a8e85460b.tar.gz kernel_samsung_smdk4412-e6ca23289f865f0372b89f42884c258a8e85460b.tar.bz2 |
uninline atl1e_setup_mac_ctrl()
There doesn't seem to be a compelling reason why atl1e_setup_mac_ctrl()
is marked as "inline":
It's not used in any place where speed would matter much, and as long as
it has only one caller non-ancient gcc versions anyway inline it
automatically.
This patch fixes the following compile error with gcc 3.4:
CC drivers/net/atl1e/atl1e_main.o
atl1e_main.c: In function `atl1e_check_link':
atl1e_main.c:50: sorry, unimplemented: inlining failed in call to
atl1e_main.c:196: sorry, unimplemented: called from here
Reported-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video')
0 files changed, 0 insertions, 0 deletions