mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-05 00:35:35 +00:00
another 2.2 fix
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1661 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -18,6 +18,11 @@
|
||||
#include "version.h"
|
||||
#include "dmi_scan.h"
|
||||
|
||||
/* for 2.2 kernels */
|
||||
#ifndef isa_memcpy_fromio
|
||||
#define isa_memcpy_fromio(a,b,c) memcpy_fromio((a),(b),(c))
|
||||
#endif
|
||||
|
||||
struct dmi_header
|
||||
{
|
||||
u8 type;
|
||||
|
Reference in New Issue
Block a user