]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
gma500: remove annoying deprecation warning
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 4 Apr 2016 19:38:46 +0000 (12:38 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 4 Apr 2016 19:38:46 +0000 (12:38 -0700)
commit166c5a6ef765653848161e6f4af81c05e4b3ecf6
tree39695eff842e1a5aae93933c2236b2c7ed4c4aa5
parent4a2d057e4fc4f9ebd32351837c14c10a0773b956
gma500: remove annoying deprecation warning

In commit e45708976aea ("drm/dp-helper: Move the legacy helpers to
gma500") the legacy i2c helpers were moved to the only remaining user of
them, the gma500 driver.  Together with that move, i2c_dp_aux_add_bus()
was marked deprecated and started warning about its remaining use.

It's now been a year and a half of annoying warning, and apparently
nobody cares enough about gma500 to try to move it along to the more
modern models.

Get rid of the warning - if even the gma500 people don't care enough,
then they should certainly not spam other innocent developers with a
warning that might hide other, much more real issues.

Cc: Daniel Vetter <daniel.vetter@intel.com>
Cc: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/gpu/drm/gma500/cdv_intel_dp.c