diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2006-04-12 01:42:44 +0200 |
---|---|---|
committer | David Woodhouse <dwmw2@shinybook.infradead.org> | 2006-04-12 01:42:44 +0200 |
commit | 6cc449c7d0292cb9b993f0df84fd3225e3099492 (patch) | |
tree | f8ca83dc334e9f9ac12bae78689ae2441daabea0 /drivers/connector/connector.c | |
parent | New MTD git tree in MAINTAINERS (diff) | |
download | linux-6cc449c7d0292cb9b993f0df84fd3225e3099492.tar.xz linux-6cc449c7d0292cb9b993f0df84fd3225e3099492.zip |
[PATCH] mtd, nettel: fix build error and implicit declaration
I just hit the following error and warning :
drivers/mtd/maps/nettel.c: In function `nettel_init':
drivers/mtd/maps/nettel.c:418: error: `ROOT_DEV' undeclared (first use in this function)
drivers/mtd/maps/nettel.c:418: error: (Each undeclared identifier is reported only once
drivers/mtd/maps/nettel.c:418: error: for each function it appears in.)
drivers/mtd/maps/nettel.c:418: warning: implicit declaration of function `MKDEV'
make[3]: *** [drivers/mtd/maps/nettel.o] Error 1
make[2]: *** [drivers/mtd/maps] Error 2
make[1]: *** [drivers/mtd] Error 2
The patch fixes the missing ROOT_DEV declaration by including linux/root_dev.h
and fixes the implicit declaration of MKDEV by including linux/kdev_t.h .
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/connector/connector.c')
0 files changed, 0 insertions, 0 deletions