Messages in this thread |  | | | Date | Mon, 24 Mar 2003 23:41:12 -0800 | | From | Greg KH <> | | Subject | Re: How to convert i2c adapter drivers into good kernel code |
| |
On Tue, Mar 25, 2003 at 07:38:34AM +0000, Christoph Hellwig wrote: > On Mon, Mar 24, 2003 at 11:25:12PM -0800, Greg KH wrote: > > line in the driver, and replace the LM_VERSION and LM_DATE entries > > with I2C_VERSION and I2C_DATE to fix that compile time error. > That's bogus. Replace LM_VERSION with the lm_sensors version you took it > from + lk1 (e.g. "2.7.0-lk1) and LM_DATE with your modification date. > Or just remove them altogether..
Fine with me, I was just trying to copy what I had seen done for the other drivers already in the kernel. version and dates don't really make _any_ sense once the driver is in the kernel, so I'd recommend just removing them altogether too.
thanks,
greg k-h - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |