Skip to content
Commit d7c42ff4 authored by Pekka Paalanen's avatar Pekka Paalanen
Browse files

Fix build on kernels < 2.6.26



The commit 651e3dc6, "drm: Fix
compilation on 2.6.30" broke all builds on kernels before 2.6.26.
Variadic functions cannot be inlined.

The variadic inline function is replaced with a variadic macro.

Also, the function dev_name() added by that same commit is never used,
so it is removed.

Signed-off-by: default avatarPekka Paalanen <pq@iki.fi>
parent 00fae87f
Loading
Loading
Loading
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