On Sun, 2013-03-31 at 17:47 +0200, Jiri Kosina wrote:
> I believe you could remove all the corresponding major number defines from 
> include/uapi/linux/major.h while you are at it.

0) You seem to mean these:
    $ grep VIO include/uapi/linux/major.h
    #define VIODASD_MAJOR               112
    #define VIOCD_MAJOR         113
    #define VIOTAPE_MAJOR               230

They are indeed unused. But are they safe to be removed? I'm always very
cautious with touching magic numbers, and the like (even obsolete).

1) Anyhow, if they really can be removed, I prefer to do that in a
separate patch.


Paul Bolle

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to