lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 17 Aug 2010 07:30:32 +0200
From:	Michal Simek <monstr@...str.eu>
To:	Grant Likely <grant.likely@...retlab.ca>
CC:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] microblaze: Fixup function of/address cleaning

Grant Likely wrote:
> On Mon, Aug 16, 2010 at 2:31 AM, Michal Simek <monstr@...str.eu> wrote:
>> Commit 22ae782f86b726f9cea752c0f269ff6dcdf2f6e1
>> anccidentaly removed linux/of_address.h header.
>>
>> Signed-off-by: Michal Simek <monstr@...str.eu>
> 
> As mentioned in my reply to your other email, I'm trying to get
> includes of linux/of*.h out of prom.h and into the C files that
> actually need them.  If you send me the failing .config, then I'll
> happily take care of fixing it up.  :-)

It is generated by
make mmu_defconfig
enable PCI in menuconfig.

Thanks,
Michal

> 
> Cheers,
> g.
> 
>> ---
>>  arch/microblaze/include/asm/prom.h |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/arch/microblaze/include/asm/prom.h b/arch/microblaze/include/asm/prom.h
>> index 5012b22..66894b5 100644
>> --- a/arch/microblaze/include/asm/prom.h
>> +++ b/arch/microblaze/include/asm/prom.h
>> @@ -22,7 +22,6 @@
>>  #include <linux/types.h>
>>  #include <asm/irq.h>
>>  #include <asm/atomic.h>
>> -#include <linux/of_address.h>
>>
>>  #define HAVE_ARCH_DEVTREE_FIXUPS
>>
>> @@ -90,6 +89,7 @@ extern int of_irq_map_pci(struct pci_dev *pdev, struct of_irq *out_irq);
>>  * by this file, but there are a bunch of .c files that currently depend
>>  * on it.  Eventually they will be cleaned up. */
>>  #include <linux/of_fdt.h>
>> +#include <linux/of_address.h>
>>  #include <linux/of_irq.h>
>>  #include <linux/platform_device.h>
>>
>> --
>> 1.5.5.6
>>
>>
> 
> 
> 


-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

View attachment ".config" of type "text/plain" (25507 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ