Changeset 1253

Show
Ignore:
Timestamp:
11/28/01 02:33:26 (7 years ago)
Author:
mds
Message:

patch from Aurelian J. to change his email address

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/CONTRIBUTORS

    r1243 r1253  
    6565* Hermann Jung <hej@odn.de> 
    6666  Author of the fscpos driver. 
    67 * Aurelien Jarno <aurelien.jarno@laposte.net> 
     67* Aurelien Jarno <aurelien@aurel32.net> 
    6868  Author of the pcf8591 driver. 
     69 
  • lm-sensors/trunk/doc/chips/pcf8591

    r1243 r1253  
    1111               http://semiconductors.philips.com/ 
    1212 
    13 Author: Aurelien Jarno <aurelien.jarno@laposte.net> 
    14 valueable contributions by Jan M. Sendler <sendler@sendler.de> 
    15  
     13Author: Aurelien Jarno <aurelien@aurel32.net> 
     14valuable contributions by Jan M. Sendler <sendler@sendler.de> 
    1615 
    1716Module Parameters 
  • lm-sensors/trunk/kernel/chips/pcf8591.c

    r1243 r1253  
    22    pcf8591.c - Part of lm_sensors, Linux kernel modules for hardware 
    33             monitoring 
    4     Copyright (c) 2001  Aurelien Jarno <aurelien.jarno@laposte.net> 
     4    Copyright (c) 2001  Aurelien Jarno <aurelien@aurel32.net> 
    55 
    66    This program is free software; you can redistribute it and/or modify 
     
    2121#include <linux/version.h> 
    2222#include <linux/module.h> 
    23 #include <linux/malloc.h> 
     23#include <linux/slab.h> 
    2424#include <linux/i2c.h> 
    2525#include "sensors.h" 
     
    528528#ifdef MODULE 
    529529 
    530 MODULE_AUTHOR("Aurelien Jarno <Aurelien Jarno@laposte.net>"); 
     530MODULE_AUTHOR("Aurelien Jarno <aurelien@aurel32.net>"); 
    531531MODULE_DESCRIPTION("PCF8591 driver"); 
    532532#ifdef MODULE_LICENSE