Changeset 9ff60d1 in mainline


Ignore:
Timestamp:
2011-12-26T22:48:40Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
336f03b
Parents:
65ffec3
Message:

i8042: Remove unused headers.

Location:
uspace/drv/char/i8042
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/char/i8042/i8042.c

    r65ffec3 r9ff60d1  
    2929 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    3030 */
    31 
    3231/** @addtogroup kbd_port
    3332 * @ingroup kbd
     
    3837 */
    3938
    40 #include <ddi.h>
    4139#include <devman.h>
    4240#include <device/hw_res.h>
     41#include <ddi.h>
    4342#include <libarch/ddi.h>
    44 #include <loc.h>
    45 #include <async.h>
    46 #include <unistd.h>
    47 #include <stdio.h>
    4843#include <errno.h>
    4944#include <str_error.h>
    5045#include <inttypes.h>
     46
    5147#include <ddf/log.h>
    5248#include <ddf/interrupt.h>
    53 
    5449#include <ops/char_dev.h>
    5550
  • uspace/drv/char/i8042/i8042.h

    r65ffec3 r9ff60d1  
    3939
    4040#include <sys/types.h>
    41 #include <libarch/ddi.h>
    42 #include <async.h>
    4341#include <fibril_synch.h>
    4442#include <ddf/driver.h>
Note: See TracChangeset for help on using the changeset viewer.