prom.c (e5451c8f8330e03ad3cfa16048b4daf961af434f) | prom.c (97b921087fa76b1b0b2a20ae70d0e8b6d394c4ea) |
---|---|
1/* 2 * This program is free software; you can redistribute it and/or modify it 3 * under the terms of the GNU General Public License version 2 as published 4 * by the Free Software Foundation. 5 * 6 * Copyright (C) 2012 Thomas Langer <thomas.langer@lantiq.com> | 1/* 2 * This program is free software; you can redistribute it and/or modify it 3 * under the terms of the GNU General Public License version 2 as published 4 * by the Free Software Foundation. 5 * 6 * Copyright (C) 2012 Thomas Langer <thomas.langer@lantiq.com> |
7 * Copyright (C) 2012 John Crispin <blogic@openwrt.org> | 7 * Copyright (C) 2012 John Crispin <john@phrozen.org> |
8 */ 9 10#include <linux/kernel.h> 11#include <asm/cacheflush.h> 12#include <asm/traps.h> 13#include <asm/io.h> 14 15#include <lantiq_soc.h> --- 77 unchanged lines hidden --- | 8 */ 9 10#include <linux/kernel.h> 11#include <asm/cacheflush.h> 12#include <asm/traps.h> 13#include <asm/io.h> 14 15#include <lantiq_soc.h> --- 77 unchanged lines hidden --- |