2007-08-30 10:39:27

by Andre Haupt

[permalink] [raw]
Subject: [KJ][patch 0/3] use abs() from kernel.h where appropriate

This small series of quite trivial patches converts a own definition
of the abs macro to the one from kernel.h and replaces some inline
calculations of abs with the macro.

--