Changeset 6d605e6 in mainline


Ignore:
Timestamp:
2011-08-16T16:47:38Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cce8a83
Parents:
1f419ecf
Message:

remove forgotten header include for debugging purposes
cstyle

Location:
uspace/srv/hid/input
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/input/ctl/kbdev.c

    r1f419ecf r6d605e6  
    5050#include <loc.h>
    5151#include <stdlib.h>
     52#include <vfs/vfs_sess.h>
    5253#include <sys/typefmt.h>
    53 #include <vfs/vfs_sess.h>
    54 
    5554
    5655static int kbdev_ctl_init(kbd_dev_t *);
  • uspace/srv/hid/input/generic/input.c

    r1f419ecf r6d605e6  
    488488 *
    489489 */
    490 #include <sys/typefmt.h>
    491490static int dev_discovery_fibril(void *arg)
    492491{
     
    615614        /* Add legacy keyboard devices. */
    616615        kbd_add_legacy_devs();
    617 
     616       
    618617        /* Add legacy mouse devices. */
    619618        mouse_add_legacy_devs();
Note: See TracChangeset for help on using the changeset viewer.