| To: | Dmitri Vorobiev <dmitri.vorobiev@movial.com> |
|---|---|
| Subject: | Re: [PATCH 3/3] [MIPS] remove an unused header file |
| From: | Manuel Lauss <manuel.lauss@googlemail.com> |
| Date: | Wed, 14 Oct 2009 21:12:32 +0200 |
| Cc: | ralf@linux-mips.org, linux-mips@linux-mips.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=nfBzU0ZSaPoeGCbHmnPIiu/ElEYslIjwQ8sM3qouupM=; b=szEGjJWIz6NXH7cYRWkS2MGfHSXwnqdxsAmJX/KQOroL0QG/Ex9wYVFFX1eL0gvvNo mUxMAwlYmdF6SlPzgSPAtsCZMZ3u57sp587EmnILxfIeSmFDQwPCG6wEZuOertT9SW7n 8s5NwqGl1HGClQq1WEBjwvRvbdpTRMf4Rn/co= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=kaeToyzOAyEBwScZtWcWcUwb2aSi1mLHcc59rf4YNjTL8P9ytEWdqHdEpeZV9vOKA1 ZwrhZFjkc+w1k96IcXgh7SCScs31XziFF9a5Hauj2dyVw/yXMX39Kv3KkhVqXUCs5Fgu YH6DOSvFMpaSkRFTDiWVtqvMn4oW/jG7brFXw= |
| In-reply-to: | <1255546939-3302-4-git-send-email-dmitri.vorobiev@movial.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1255546939-3302-1-git-send-email-dmitri.vorobiev@movial.com> <1255546939-3302-4-git-send-email-dmitri.vorobiev@movial.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
|
On Wed, Oct 14, 2009 at 9:02 PM, Dmitri Vorobiev <dmitri.vorobiev@movial.com> wrote: > Nobody includes arch/mips/include/asm/mach-au1x00/prom.h, so remove > this header file now. My compiler disagrees: CC arch/mips/alchemy/devboards/prom.o /mnt/data/_home/mano/db1200/kernel/linux-2.6.git/arch/mips/alchemy/devboards/prom.c:34:18: error: prom.h: No such file or directory /mnt/data/_home/mano/db1200/kernel/linux-2.6.git/arch/mips/alchemy/devboards/prom.c: In function 'prom_init': It's pulled in through "#include <prom.h>" directives in the alchemy code. The MIPS Makefile adds mach directories to the gcc include paths so that this works. Manuel |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 6/6] Staging: octeon-ethernet: Convert to use PHY Abstraction Layer., David Daney |
|---|---|
| Next by Date: | Re: [PATCH 07/16] i2c-designware: Set a clock name to DesignWare I2C clock source, Russell King - ARM Linux |
| Previous by Thread: | [PATCH 3/3] [MIPS] remove an unused header file, Dmitri Vorobiev |
| Next by Thread: | Re: [PATCH 3/3] [MIPS] remove an unused header file, Dmitri Vorobiev |
| Indexes: | [Date] [Thread] [Top] [All Lists] |